Home
last modified time | relevance | path

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

/external/icu4c/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.c672 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()
Ducsdetst.c350 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestChaining()
365 if (status != U_USELESS_COLLATOR_ERROR) { in TestChaining()
Dnccbtst.c3403 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()
Didnatest.c971 errorCode = U_USELESS_COLLATOR_ERROR; in TestUTS46()
974 if(errorCode != U_USELESS_COLLATOR_ERROR) { in TestUTS46()
Dcmsgtst.c1134 UErrorCode status = U_USELESS_COLLATOR_ERROR; in TestErrorChaining()
1145 if (status != U_USELESS_COLLATOR_ERROR) { in TestErrorChaining()
Dreapits.c242 status = U_USELESS_COLLATOR_ERROR; in TestRegexCAPI()
245 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL); in TestRegexCAPI()
Dcloctst.c2526 UErrorCode ec = U_USELESS_COLLATOR_ERROR; in TestLocDataErrorCodeChaining()
2532 if (ec != U_USELESS_COLLATOR_ERROR) { in TestLocDataErrorCodeChaining()
/external/icu4c/test/intltest/
Duts46test.cpp121 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()
Dnumfmtst.cpp2763 status = U_USELESS_COLLATOR_ERROR; in TestCurrencyFormat()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/webkit/Source/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.h540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator
/external/icu4c/i18n/
Ducol.cpp473 *status = U_USELESS_COLLATOR_ERROR; in ucol_initFromBinary()