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

/external/chromium/third_party/icu/public/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/icu4c/common/unicode/
H A Dutypes.h648 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
835 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
841 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
847 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
852 # 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/chromium/third_party/icu/source/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...]
/external/icu4c/test/cintltst/
H A Dnucnvtst.c164 UErrorCode errorCode=U_ZERO_ERROR;
192 UErrorCode errorCode=U_ZERO_ERROR;
366 UErrorCode status = U_ZERO_ERROR;
430 status = U_ZERO_ERROR;
523 UErrorCode status = U_ZERO_ERROR;
588 status = U_ZERO_ERROR;
1252 UErrorCode status = U_ZERO_ERROR;
1343 UErrorCode err = U_ZERO_ERROR;
1368 UErrorCode err = U_ZERO_ERROR;
1471 errorCode=U_ZERO_ERROR;
2601 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2652 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3894 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3986 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4445 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN-EXT]"); local
4546 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4676 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 181 milliseconds