Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dspreptst.c611 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCoverage()
615 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
619 if (status != U_USELESS_COLLATOR_ERROR) { in TestCoverage()
Dudatatst.c657 status=U_USELESS_COLLATOR_ERROR; in TestUDataOpenChoiceDemo1()
659 if(status != U_USELESS_COLLATOR_ERROR){ in TestUDataOpenChoiceDemo1()
1581 errorCode=U_USELESS_COLLATOR_ERROR; in TestSwapData()
1585 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
1599 errorCode = U_USELESS_COLLATOR_ERROR; in TestSwapData()
1603 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) { in TestSwapData()
Ducsdetst.c337 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()
352 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
Dnccbtst.c3336 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestCallBackFailure()
3338 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3342 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3346 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
3350 if (status != U_USELESS_COLLATOR_ERROR) { in TestCallBackFailure()
Dcmsgtst.c1037 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()
1048 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
Dreapits.c139 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()
142 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
Dcloctst.c2322 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()
2328 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
/external/webkit/WebCore/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/WebKit/mac/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/JavaScriptCore/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/JavaScriptGlue/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/icu4c/common/unicode/
Dutypes.h619 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/icu4c/test/intltest/
Dnumfmtst.cpp2336 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
/external/icu4c/i18n/
Ducol.cpp386 *status = U_USELESS_COLLATOR_ERROR; in ucol_initFromBinary()