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

/external/icu4c/common/unicode/
H A Dutypes.h620 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
799 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
805 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
811 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
816 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/webkit/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/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/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/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.c159 UErrorCode errorCode=U_ZERO_ERROR;
187 UErrorCode errorCode=U_ZERO_ERROR;
334 UErrorCode status = U_ZERO_ERROR;
398 status = U_ZERO_ERROR;
491 UErrorCode status = U_ZERO_ERROR;
556 status = U_ZERO_ERROR;
1220 UErrorCode status = U_ZERO_ERROR;
1311 UErrorCode err = U_ZERO_ERROR;
1336 UErrorCode err = U_ZERO_ERROR;
1439 errorCode=U_ZERO_ERROR;
2568 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2619 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3807 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3899 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4358 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN-EXT]"); local
4459 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4589 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 127 milliseconds