Searched refs:LE_NO_ERROR (Results 1 - 20 of 20) 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 DClassDefinitionTables.h54 LEErrorCode ignored = LE_NO_ERROR;
60 LEErrorCode ignored = LE_NO_ERROR;
H A DOpenTypeUtilities.h53 LEErrorCode success = LE_NO_ERROR;
H A DCanonShaping.cpp62 LEErrorCode success = LE_NO_ERROR;
H A DContextualGlyphSubstProc.cpp71 LEErrorCode success = LE_NO_ERROR;
H A DArabicShaping.cpp61 LEErrorCode success = LE_NO_ERROR;
141 LEErrorCode success = LE_NO_ERROR;
169 LEErrorCode success = LE_NO_ERROR;
H A DGlyphIterator.cpp51 LEErrorCode success = LE_NO_ERROR; // TODO
386 LEErrorCode success = LE_NO_ERROR;
439 LEErrorCode success = LE_NO_ERROR;
451 LEErrorCode success = LE_NO_ERROR;
H A DLigatureSubstProc.cpp72 LEErrorCode success = LE_NO_ERROR;
H A DMPreFixups.cpp91 LEErrorCode success = LE_NO_ERROR;
H A DIndicReordering.cpp233 LEErrorCode success = LE_NO_ERROR;
245 LEErrorCode success = LE_NO_ERROR;
253 LEErrorCode success = LE_NO_ERROR;
259 LEErrorCode success = LE_NO_ERROR;
292 LEErrorCode success = LE_NO_ERROR;
293 LEErrorCode success2 = LE_NO_ERROR;
318 LEErrorCode success = LE_NO_ERROR;
334 LEErrorCode success = LE_NO_ERROR;
1023 LEErrorCode success = LE_NO_ERROR;
1035 LEErrorCode success = LE_NO_ERROR;
[all...]
H A DKernTable.cpp226 success = LE_NO_ERROR;
H A DSunLayoutEngine.cpp180 LEErrorCode success = LE_NO_ERROR;
H A DIndicRearrangementProcessor.cpp68 LEErrorCode success = LE_NO_ERROR; // todo- make a param?
99 LEErrorCode success = LE_NO_ERROR;
H A DThaiShaping.cpp173 LEErrorCode success = LE_NO_ERROR;
H A DKhmerReordering.cpp180 LEErrorCode success = LE_NO_ERROR;
H A DLEGlyphStorage.cpp543 LEErrorCode success = LE_NO_ERROR;
H A DLETypes.h744 LE_NO_ERROR = U_ZERO_ERROR, /**< No error, no warning. */ enumerator in enum:LEErrorCode
H A DTibetanReordering.cpp182 LEErrorCode success = LE_NO_ERROR;
H A DIndicRearrangementProcessor2.cpp96 LEErrorCode success = LE_NO_ERROR;
H A DLayoutEngine.cpp174 LEErrorCode success = LE_NO_ERROR;

Completed in 62 milliseconds