Searched refs:U_UNSUPPORTED_ERROR (Results 126 - 136 of 136) sorted by relevance

123456

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp796 *status = U_UNSUPPORTED_ERROR;
H A Ddecimfmt.cpp5863 status = U_UNSUPPORTED_ERROR;
5941 status = U_UNSUPPORTED_ERROR;
H A Ducol.cpp6263 *status = U_UNSUPPORTED_ERROR;
6410 if(*status == U_UNSUPPORTED_ERROR) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp804 success=U_UNSUPPORTED_ERROR;
H A Dnumfmtst.cpp2727 if (status != U_UNSUPPORTED_ERROR) {
3134 if ( ec != U_UNSUPPORTED_ERROR ) {
3135 errln("FAIL: getInstance(en_US@numbers=foobar) should have returned U_UNSUPPORTED_ERROR");
H A Dregextst.cpp3346 if (flags.indexOf((UChar)0x76) >= 0 /*'v'*/ && status == U_UNSUPPORTED_ERROR) {
3379 if (flags.indexOf((UChar)0x76) >= 0 /*'v'*/ && status == U_UNSUPPORTED_ERROR) {
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp627 *errorCode = U_UNSUPPORTED_ERROR;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2752 if (status != U_UNSUPPORTED_ERROR) {
3163 if ( ec != U_UNSUPPORTED_ERROR ) {
3164 errln("FAIL: getInstance(en_US@numbers=foobar) should have returned U_UNSUPPORTED_ERROR");
H A Dregextst.cpp3351 if (flags.indexOf((UChar)0x76) >= 0 /*'v'*/ && status == U_UNSUPPORTED_ERROR) {
3384 if (flags.indexOf((UChar)0x76) >= 0 /*'v'*/ && status == U_UNSUPPORTED_ERROR) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchtst.c2444 if(status != U_UNSUPPORTED_ERROR || U_SUCCESS(status)) {
2445 log_err("Expected U_UNSUPPORTED_ERROR when trying to instantiate a search object from a CODAN collator, got %s instead\n", u_errorName(status));
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c2444 if(status != U_UNSUPPORTED_ERROR || U_SUCCESS(status)) {
2445 log_err("Expected U_UNSUPPORTED_ERROR when trying to instantiate a search object from a CODAN collator, got %s instead\n", u_errorName(status));

Completed in 575 milliseconds

123456