Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutypes.h709 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
720 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro