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

/external/chromium_org/third_party/icu/source/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/icu4c/common/unicode/
H A Dutypes.h509 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
697 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
703 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
709 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
714 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c174 UErrorCode errorCode=U_ZERO_ERROR;
202 UErrorCode errorCode=U_ZERO_ERROR;
357 UErrorCode status = U_ZERO_ERROR;
421 status = U_ZERO_ERROR;
514 UErrorCode status = U_ZERO_ERROR;
579 status = U_ZERO_ERROR;
1243 UErrorCode status = U_ZERO_ERROR;
1334 UErrorCode err = U_ZERO_ERROR;
1359 UErrorCode err = U_ZERO_ERROR;
1462 errorCode=U_ZERO_ERROR;
2584 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2635 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3879 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3971 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4536 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4666 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.c181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
376 UErrorCode status = U_ZERO_ERROR;
440 status = U_ZERO_ERROR;
533 UErrorCode status = U_ZERO_ERROR;
598 status = U_ZERO_ERROR;
1262 UErrorCode status = U_ZERO_ERROR;
1353 UErrorCode err = U_ZERO_ERROR;
1378 UErrorCode err = U_ZERO_ERROR;
1481 errorCode=U_ZERO_ERROR;
2610 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2661 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3916 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
4008 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4573 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4703 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 558 milliseconds