Searched refs:U_USELESS_COLLATOR_ERROR (Results 1 – 16 of 16) sorted by relevance
619 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCoverage()623 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()627 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
715 status=U_USELESS_COLLATOR_ERROR; in TestUDataOpenChoiceDemo1()717 if(status != U_USELESS_COLLATOR_ERROR){ in TestUDataOpenChoiceDemo1()1658 errorCode=U_USELESS_COLLATOR_ERROR; in TestSwapData()1662 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()1676 errorCode = U_USELESS_COLLATOR_ERROR; in TestSwapData()1680 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
351 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()366 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
574 status = U_USELESS_COLLATOR_ERROR; in TestGetDefaultHourCycleOnEmptyInstance()576 if (status != U_USELESS_COLLATOR_ERROR) { in TestGetDefaultHourCycleOnEmptyInstance()
3374 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()
972 errorCode = U_USELESS_COLLATOR_ERROR; in TestUTS46()975 if(errorCode != U_USELESS_COLLATOR_ERROR) { in TestUTS46()
1154 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()1165 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
256 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()259 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
3018 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()3024 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
139 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()141 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) { in TestAPI()187 errorCode=U_USELESS_COLLATOR_ERROR; in TestAPI()189 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) { in TestAPI()
1504 status = U_USELESS_COLLATOR_ERROR; in testGetDefaultHourCycle_OnEmptyInstance()1506 if (status != U_USELESS_COLLATOR_ERROR) { in testGetDefaultHourCycle_OnEmptyInstance()
3283 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
480 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator