Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
H A Dutypes.h706 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
717 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutypes.h706 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
717 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutypes.h712 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
723 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro

Completed in 6 milliseconds