Searched defs:LE_NO_ERROR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEStandalone.h67 #define LE_SUCCESS(code) ((code)<=LE_NO_ERROR)
74 #define LE_FAILURE(code) ((code)>LE_NO_ERROR)
115 LE_NO_ERROR = 0, // U_ZERO_ERROR, enumerator in enum:LEErrorCode
H A DLETypes.h744 LE_NO_ERROR = U_ZERO_ERROR, /**< No error, no warning. */ enumerator in enum:LEErrorCode

Completed in 37 milliseconds