Searched refs:U_USELESS_COLLATOR_ERROR (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspreptst.c618 UErrorCode status = U_USELESS_COLLATOR_ERROR;
622 if (status != U_USELESS_COLLATOR_ERROR) {
626 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dudatatst.c704 status=U_USELESS_COLLATOR_ERROR;
706 if(status != U_USELESS_COLLATOR_ERROR){
1637 errorCode=U_USELESS_COLLATOR_ERROR;
1641 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) {
1655 errorCode = U_USELESS_COLLATOR_ERROR;
1659 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) {
H A Ducsdetst.c350 UErrorCode status = U_USELESS_COLLATOR_ERROR;
365 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dcmsgtst.c1139 UErrorCode status = U_USELESS_COLLATOR_ERROR;
1150 if (status != U_USELESS_COLLATOR_ERROR) {
H A Didnatest.c972 errorCode = U_USELESS_COLLATOR_ERROR;
975 if(errorCode != U_USELESS_COLLATOR_ERROR) {
H A Dnccbtst.c3368 UErrorCode status = U_USELESS_COLLATOR_ERROR;
3370 if (status != U_USELESS_COLLATOR_ERROR) {
3374 if (status != U_USELESS_COLLATOR_ERROR) {
3378 if (status != U_USELESS_COLLATOR_ERROR) {
3382 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dreapits.c242 status = U_USELESS_COLLATOR_ERROR;
245 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
H A Dcloctst.c2642 UErrorCode ec = U_USELESS_COLLATOR_ERROR;
2648 if (ec != U_USELESS_COLLATOR_ERROR) {
/external/icu/icu4c/source/test/cintltst/
H A Dspreptst.c618 UErrorCode status = U_USELESS_COLLATOR_ERROR;
622 if (status != U_USELESS_COLLATOR_ERROR) {
626 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dudatatst.c704 status=U_USELESS_COLLATOR_ERROR;
706 if(status != U_USELESS_COLLATOR_ERROR){
1640 errorCode=U_USELESS_COLLATOR_ERROR;
1644 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) {
1658 errorCode = U_USELESS_COLLATOR_ERROR;
1662 if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) {
H A Ducsdetst.c350 UErrorCode status = U_USELESS_COLLATOR_ERROR;
365 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dcmsgtst.c1139 UErrorCode status = U_USELESS_COLLATOR_ERROR;
1150 if (status != U_USELESS_COLLATOR_ERROR) {
H A Didnatest.c972 errorCode = U_USELESS_COLLATOR_ERROR;
975 if(errorCode != U_USELESS_COLLATOR_ERROR) {
H A Dnccbtst.c3372 UErrorCode status = U_USELESS_COLLATOR_ERROR;
3374 if (status != U_USELESS_COLLATOR_ERROR) {
3378 if (status != U_USELESS_COLLATOR_ERROR) {
3382 if (status != U_USELESS_COLLATOR_ERROR) {
3386 if (status != U_USELESS_COLLATOR_ERROR) {
H A Dreapits.c242 status = U_USELESS_COLLATOR_ERROR;
245 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
H A Dcloctst.c2643 UErrorCode ec = U_USELESS_COLLATOR_ERROR;
2649 if (ec != U_USELESS_COLLATOR_ERROR) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h536 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator in enum:UErrorCode
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp121 errorCode=U_USELESS_COLLATOR_ERROR;
123 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) {
169 errorCode=U_USELESS_COLLATOR_ERROR;
171 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) {
H A Dnumfmtst.cpp2838 status = U_USELESS_COLLATOR_ERROR;
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/test/intltest/
H A Duts46test.cpp121 errorCode=U_USELESS_COLLATOR_ERROR;
123 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) {
169 errorCode=U_USELESS_COLLATOR_ERROR;
171 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) {
H A Dnumfmtst.cpp2863 status = U_USELESS_COLLATOR_ERROR;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp473 *status = U_USELESS_COLLATOR_ERROR;

Completed in 448 milliseconds