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.c615 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCoverage()
619 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
623 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
Dudatatst.c708 status=U_USELESS_COLLATOR_ERROR; in TestUDataOpenChoiceDemo1()
710 if(status != U_USELESS_COLLATOR_ERROR){ in TestUDataOpenChoiceDemo1()
1647 errorCode=U_USELESS_COLLATOR_ERROR; in TestSwapData()
1651 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
1665 errorCode = U_USELESS_COLLATOR_ERROR; in TestSwapData()
1669 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
Ducsdetst.c350 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()
365 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
Dnccbtst.c3372 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCallBackFailure()
3374 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3378 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3382 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3386 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
Didnatest.c970 errorCode = U_USELESS_COLLATOR_ERROR; in TestUTS46()
973 if(errorCode != U_USELESS_COLLATOR_ERROR) { in TestUTS46()
Dcmsgtst.c1138 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()
1149 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
Dreapits.c245 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()
248 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
Dcloctst.c2649 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()
2655 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
/external/icu/icu4c/source/test/intltest/
Duts46test.cpp120 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()
122 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) { in TestAPI()
168 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()
170 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) { in TestAPI()
Dnumfmtst.cpp2870 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
/external/icu/icu4c/source/common/unicode/
Dutypes.h540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator