Searched refs:n_en_US (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cloctst.c | 344 const char *n_en_US; local 350 n_en_US = uloc_getDefault(); 351 if (strcmp(n_en_US, "en_US") != 0) { 352 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US); 357 if (strcmp(n_en_US, "en_US") != 0) { 359 "Expected \"en_US\", got \"%s\"\n", n_en_US); 368 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US); 370 if (n2_en_US != n_en_US) {
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 348 const char *n_en_US; local 354 n_en_US = uloc_getDefault(); 355 if (strcmp(n_en_US, "en_US") != 0) { 356 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US); 361 if (strcmp(n_en_US, "en_US") != 0) { 363 "Expected \"en_US\", got \"%s\"\n", n_en_US); 372 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US); 374 if (n2_en_US != n_en_US) {
|
Completed in 3389 milliseconds