Searched refs:U_USELESS_COLLATOR_ERROR (Results 1 – 16 of 16) sorted by relevance
618 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()
672 status=U_USELESS_COLLATOR_ERROR; in TestUDataOpenChoiceDemo1()674 if(status != U_USELESS_COLLATOR_ERROR){ in TestUDataOpenChoiceDemo1()1605 errorCode=U_USELESS_COLLATOR_ERROR; in TestSwapData()1609 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()1623 errorCode = U_USELESS_COLLATOR_ERROR; in TestSwapData()1627 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
350 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()365 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
3403 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCallBackFailure()3405 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()3409 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()3413 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()3417 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
971 errorCode = U_USELESS_COLLATOR_ERROR; in TestUTS46()974 if(errorCode != U_USELESS_COLLATOR_ERROR) { in TestUTS46()
1134 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()1145 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
242 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()245 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
2526 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()2532 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
121 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()123 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) { in TestAPI()169 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()171 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) { in TestAPI()
2763 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
473 *status = U_USELESS_COLLATOR_ERROR; in ucol_initFromBinary()