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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h505 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
693 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
699 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
705 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
710 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
365 UErrorCode status = U_ZERO_ERROR;
429 status = U_ZERO_ERROR;
522 UErrorCode status = U_ZERO_ERROR;
587 status = U_ZERO_ERROR;
1251 UErrorCode status = U_ZERO_ERROR;
1342 UErrorCode err = U_ZERO_ERROR;
1367 UErrorCode err = U_ZERO_ERROR;
1470 errorCode=U_ZERO_ERROR;
2592 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2643 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3898 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3990 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4555 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4685 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]
/external/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c181 UErrorCode errorCode=U_ZERO_ERROR;
209 UErrorCode errorCode=U_ZERO_ERROR;
364 UErrorCode status = U_ZERO_ERROR;
428 status = U_ZERO_ERROR;
521 UErrorCode status = U_ZERO_ERROR;
586 status = U_ZERO_ERROR;
1250 UErrorCode status = U_ZERO_ERROR;
1341 UErrorCode err = U_ZERO_ERROR;
1366 UErrorCode err = U_ZERO_ERROR;
1469 errorCode=U_ZERO_ERROR;
2597 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2648 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3903 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3995 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4560 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4690 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 276 milliseconds