Searched defs:U_SUCCESS (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h473 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
693 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
705 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h477 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
697 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
709 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro

Completed in 253 milliseconds