Searched defs:U_ZERO_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Dutypes.h668 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
856 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
862 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
868 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
873 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h549 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h549 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h549 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h549 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
715 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
721 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
727 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
732 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/icu4c/test/cintltst/
H A Dnucnvtst.c178 UErrorCode errorCode=U_ZERO_ERROR;
206 UErrorCode errorCode=U_ZERO_ERROR;
375 UErrorCode status = U_ZERO_ERROR;
439 status = U_ZERO_ERROR;
532 UErrorCode status = U_ZERO_ERROR;
597 status = U_ZERO_ERROR;
1261 UErrorCode status = U_ZERO_ERROR;
1352 UErrorCode err = U_ZERO_ERROR;
1377 UErrorCode err = U_ZERO_ERROR;
1480 errorCode=U_ZERO_ERROR;
2609 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2660 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3915 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
4007 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4572 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4702 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 88 milliseconds