Searched refs:u_errorName (Results 1 - 25 of 489) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/testmap/
H A Dtestmap.c33 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status));
42 printf("setCommonData(%p) -> %s\n", (void*)&U_ICUDATA_ENTRY_POINT, u_errorName(status));
52 (void *)c, u_errorName(status), (!c)?"?":ucnv_getName(c,&status) );
65 printf("setCommonData(%p) -> %s [should pass]\n", (void*) &U_ICUDATA_ENTRY_POINT, u_errorName(status));
/external/icu/icu4c/source/test/testmap/
H A Dtestmap.c33 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status));
42 printf("setCommonData(%p) -> %s\n", (void*)&U_ICUDATA_ENTRY_POINT, u_errorName(status));
52 (void *)c, u_errorName(status), (!c)?"?":ucnv_getName(c,&status) );
65 printf("setCommonData(%p) -> %s [should pass]\n", (void*) &U_ICUDATA_ENTRY_POINT, u_errorName(status));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcntabcol.cpp32 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
59 errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status));
82 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
91 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
112 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
118 errln("Error constructing table error = %i (%s)\n", status, u_errorName(status));
125 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
139 errln("Error opening table error = %i (%s)\n", status, u_errorName(status));
186 errln("Status was incorrectly modified to %s\n", u_errorName(statu
[all...]
H A Ditrbnfrt.cpp68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
104 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
122 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
140 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
158 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
176 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
194 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
212 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
230 errcheckln(status, "failed to construct formatter - %s", u_errorName(statu
[all...]
H A Ddadrcal.cpp92 u_errorName(status));
208 + u_errorName(status));
215 + u_errorName(status));
226 +"', status: "+ u_errorName(status));
229 +u_errorName(status));
250 +" -> "+u_errorName(status));
255 +u_errorName(status));
265 +u_errorName(status));
274 + u_errorName(status));
277 +u_errorName(statu
[all...]
/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dufortune.c120 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err));
129 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err));
134 locale? locale: " ", u_errorName(err));
145 programName, u_errorName(err));
158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
171 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err));
182 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err));
193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
/external/icu/icu4c/source/samples/ufortune/
H A Dufortune.c120 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err));
129 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err));
134 locale? locale: " ", u_errorName(err));
145 programName, u_errorName(err));
158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
171 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err));
182 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err));
193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
/external/chromium_org/third_party/icu/source/common/
H A Derrorcode.cpp37 return u_errorName(errorCode);
/external/icu/icu4c/source/common/
H A Derrorcode.cpp37 return u_errorName(errorCode);
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dtrnstst.c34 log_err("Error opening transliterator %s\n", u_errorName(err));
44 log_err("Error setting transliterator %s\n", u_errorName(err));
57 log_err("Error setting transliterator on NULL file err=%s\n", u_errorName(err));
69 log_err("Error setting transliterator on error status err=%s\n", u_errorName(err));
83 log_err("Err setting transliterator %s\n", u_errorName(err));
97 log_err("Should have U_UNSUPPORTED_ERROR setting Read transliterator but got %s - REVISIT AND UPDATE TEST\n", u_errorName(err));
103 log_verbose("Got %s error (expected) setting READ transliterator.\n", u_errorName(err));
137 log_err("Err opening transliterator %s\n", u_errorName(err));
146 log_err("Err setting transliterator %s\n", u_errorName(err));
161 log_err("Err opening transliterator %s\n", u_errorName(er
[all...]
/external/icu/icu4c/source/test/iotest/
H A Dtrnstst.c34 log_err("Error opening transliterator %s\n", u_errorName(err));
44 log_err("Error setting transliterator %s\n", u_errorName(err));
57 log_err("Error setting transliterator on NULL file err=%s\n", u_errorName(err));
69 log_err("Error setting transliterator on error status err=%s\n", u_errorName(err));
83 log_err("Err setting transliterator %s\n", u_errorName(err));
97 log_err("Should have U_UNSUPPORTED_ERROR setting Read transliterator but got %s - REVISIT AND UPDATE TEST\n", u_errorName(err));
103 log_verbose("Got %s error (expected) setting READ transliterator.\n", u_errorName(err));
137 log_err("Err opening transliterator %s\n", u_errorName(err));
146 log_err("Err setting transliterator %s\n", u_errorName(err));
161 log_err("Err opening transliterator %s\n", u_errorName(er
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcgendtst.c40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
45 log_err("Fail to get gender of list - %s\n", u_errorName(status));
H A Dcposxtst.c61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
85 err = u_errorName(ec);
H A Dspreptst.c68 log_data_err("Could not load testdata.dat, status = %s\n", u_errorName(errorCode));
92 log_data_err("Could not load testdata.dat, status = %s\n", u_errorName(errorCode));
319 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
438 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
454 log_err("Conversion of data at index %i failed. Error: %s\n", i, u_errorName(status));
465 log_data_err("Preparation of string at index %i failed. Error: %s - (Are you missing data?)\n", i, u_errorName(status));
483 log_err("Did not get the expected error.Expected: %s Got: %s\n", u_errorName(U_PARSE_ERROR), u_errorName(statu
[all...]
H A Didnatest.c111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
179 log_err( "Did not get the expected error for %s with source length and options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
201 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(statu
[all...]
H A Dcucdapi.c112 u_errorName(err));
255 codepoints[i],u_errorName(status));
375 log_err("uscript_getCode failed for script name %s. Error: %s\n",expectedShort[i], u_errorName(status));
457 u_errorName(errorCode));
463 u_errorName(errorCode));
469 u_errorName(errorCode));
475 (int)length, u_errorName(errorCode));
481 (int)length, u_errorName(errorCode));
488 (int)length, u_errorName(errorCode));
496 (int)length, u_errorName(errorCod
[all...]
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dtestplug.c50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
189 fprintf(stderr,"debugMemoryPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
196 fprintf(stderr, "MEM: status now %s\n", u_errorName(*status));
/external/icu/icu4c/source/test/cintltst/
H A Dcgendtst.c40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
45 log_err("Fail to get gender of list - %s\n", u_errorName(status));
H A Dcposxtst.c61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
85 err = u_errorName(ec);
H A Dspreptst.c68 log_data_err("Could not load testdata.dat, status = %s\n", u_errorName(errorCode));
92 log_data_err("Could not load testdata.dat, status = %s\n", u_errorName(errorCode));
319 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
438 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
454 log_err("Conversion of data at index %i failed. Error: %s\n", i, u_errorName(status));
465 log_data_err("Preparation of string at index %i failed. Error: %s - (Are you missing data?)\n", i, u_errorName(status));
483 log_err("Did not get the expected error.Expected: %s Got: %s\n", u_errorName(U_PARSE_ERROR), u_errorName(statu
[all...]
H A Didnatest.c111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
179 log_err( "Did not get the expected error for %s with source length and options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
201 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(statu
[all...]
H A Dcucdapi.c112 u_errorName(err));
255 codepoints[i],u_errorName(status));
375 log_err("uscript_getCode failed for script name %s. Error: %s\n",expectedShort[i], u_errorName(status));
457 u_errorName(errorCode));
463 u_errorName(errorCode));
469 u_errorName(errorCode));
475 (int)length, u_errorName(errorCode));
481 (int)length, u_errorName(errorCode));
488 (int)length, u_errorName(errorCode));
496 (int)length, u_errorName(errorCod
[all...]
/external/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
189 fprintf(stderr,"debugMemoryPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
196 fprintf(stderr, "MEM: status now %s\n", u_errorName(*status));
/external/icu/icu4c/source/test/intltest/
H A Ditrbnfrt.cpp68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
104 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
122 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
140 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
158 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
176 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
194 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
212 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
230 errcheckln(status, "failed to construct formatter - %s", u_errorName(statu
[all...]
H A Ddadrcal.cpp92 u_errorName(status));
208 + u_errorName(status));
215 + u_errorName(status));
226 +"', status: "+ u_errorName(status));
229 +u_errorName(status));
250 +" -> "+u_errorName(status));
255 +u_errorName(status));
265 +u_errorName(status));
274 + u_errorName(status));
277 +u_errorName(statu
[all...]

Completed in 431 milliseconds

1234567891011>>