Searched defs:U_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dutypes.h699 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
711 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutypes.h835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dutypes.h835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dutypes.h835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dutypes.h835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro

Completed in 141 milliseconds