HomeSort by relevance Sort by last modified time
    Searched refs:n_en_US (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 336 const char *n_en_US;
342 n_en_US = uloc_getDefault();
343 if (strcmp(n_en_US, "en_US") != 0) {
344 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
349 if (strcmp(n_en_US, "en_US") != 0) {
351 "Expected \"en_US\", got \"%s\"\n", n_en_US);
360 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
362 if (n2_en_US != n_en_US) {
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 341 const char *n_en_US;
347 n_en_US = uloc_getDefault();
348 if (strcmp(n_en_US, "en_US") != 0) {
349 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
354 if (strcmp(n_en_US, "en_US") != 0) {
356 "Expected \"en_US\", got \"%s\"\n", n_en_US);
365 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
367 if (n2_en_US != n_en_US) {
    [all...]

Completed in 1008 milliseconds