Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Dutypes.h682 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
694 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/icu4c/source/common/unicode/
Dutypes.h682 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
694 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro