Searched refs:n_en_US (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c348 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) {
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c348 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 277 milliseconds