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

/external/icu4c/common/unicode/
H A Dutypes.h616 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h519 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro

Completed in 77 milliseconds