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

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dutypes.h705 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
716 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutypes.h841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
852 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dutypes.h841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
852 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dutypes.h841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
852 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dutypes.h841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } function
852 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro

Completed in 170 milliseconds