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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h611 * first test if(U_FAILURE(errorCode)) { return immediately; }
616 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
852 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h472 * first test if(U_FAILURE(errorCode)) { return immediately; }
477 * Error codes should be tested using U_FAILURE() and U_SUCCESS().
703 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
714 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro

Completed in 104 milliseconds