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

/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/Source/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/Source/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/Source/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/Source/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.c174 UErrorCode errorCode=U_ZERO_ERROR;
202 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;
2611 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
2662 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character"); local
3906 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]"); local
3998 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]"); local
4563 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]"); local
4693 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [EBCDIC STATEFUL]"); local
[all...]

Completed in 67 milliseconds