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

/external/icu/icu4c/source/common/unicode/
H A Dutypes.h393 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
671 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } function
683 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro

Completed in 101 milliseconds