Home
last modified time | relevance | path

Searched refs:U_USELESS_COLLATOR_ERROR (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dspreptst.c618 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCoverage()
622 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
626 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
Dudatatst.c710 status=U_USELESS_COLLATOR_ERROR; in TestUDataOpenChoiceDemo1()
712 if(status != U_USELESS_COLLATOR_ERROR){ in TestUDataOpenChoiceDemo1()
1649 errorCode=U_USELESS_COLLATOR_ERROR; in TestSwapData()
1653 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
1667 errorCode = U_USELESS_COLLATOR_ERROR; in TestSwapData()
1671 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
Ducsdetst.c351 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()
366 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
Dnccbtst.c3374 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCallBackFailure()
3376 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3380 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3384 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3388 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
Didnatest.c972 errorCode = U_USELESS_COLLATOR_ERROR; in TestUTS46()
975 if(errorCode != U_USELESS_COLLATOR_ERROR) { in TestUTS46()
Dcmsgtst.c1141 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()
1152 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
Dreapits.c248 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()
251 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
Dcloctst.c2776 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()
2782 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
/external/icu/icu4c/source/test/intltest/
Duts46test.cpp132 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()
134 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) { in TestAPI()
180 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()
182 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) { in TestAPI()
Dnumfmtst.cpp3389 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
/external/icu/icu4c/source/common/unicode/
Dutypes.h461 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator