Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/source/common/unicode/
Dutypes.h704 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
716 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/libicu/cts_headers/unicode/
Dutypes.h700 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
712 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/icu4c/source/common/unicode/
Dutypes.h700 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
712 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/libicu/ndk_headers/unicode/
Dutypes.h690 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
702 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu/libandroidicu/include/unicode/
Dutypes.h700 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
712 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro