Home
last modified time | relevance | path

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

/external/webkit/WebCore/icu/unicode/
Dutypes.h715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/WebKit/mac/icu/unicode/
Dutypes.h715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/JavaScriptCore/icu/unicode/
Dutypes.h715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dutypes.h715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro
/external/icu4c/common/unicode/
Dutypes.h760 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); } in U_SUCCESS() function
772 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) macro