Home
last modified time | relevance | path

Searched defs:LE_FAILURE (Results 1 – 5 of 5) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLEStandalone.h74 #define LE_FAILURE(code) ((code)>LE_NO_ERROR) macro
H A DLETypes.h804 #define LE_FAILURE(code) (U_FAILURE((UErrorCode)code)) macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLEStandalone.h74 #define LE_FAILURE(code) ((code)>LE_NO_ERROR) macro
H A DLETypes.h804 #define LE_FAILURE(code) (U_FAILURE((UErrorCode)code)) macro
/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/
H A DLETypes.h716 #define LE_FAILURE(code) (U_FAILURE((UErrorCode)code)) macro