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

/external/icu/icu4c/source/common/unicode/
H A Dutypes.h509 U_ZERO_ERROR = 0, /**< No error, no warning. */ enumerator in enum:UErrorCode
703 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
709 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
715 # define U_SUCCESS(x) ((x)<=U_ZERO_ERROR)
720 # define U_FAILURE(x) ((x)>U_ZERO_ERROR)
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c179 UErrorCode errorCode=U_ZERO_ERROR;
207 UErrorCode errorCode=U_ZERO_ERROR;
362 UErrorCode status = U_ZERO_ERROR;
426 status = U_ZERO_ERROR;
519 UErrorCode status = U_ZERO_ERROR;
584 status = U_ZERO_ERROR;
1248 UErrorCode status = U_ZERO_ERROR;
1339 UErrorCode err = U_ZERO_ERROR;
1364 UErrorCode err = U_ZERO_ERROR;
1467 errorCode=U_ZERO_ERROR;
2595 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2646 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3901 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3993 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4558 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4688 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 103 milliseconds