Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro
/external/icu4c/common/unicode/
Dutypes.h862 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); } in U_FAILURE() function
873 # define U_FAILURE(x) ((x)>U_ZERO_ERROR) macro