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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 344 const char *n_en_US;
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) {
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 345 const char *n_en_US;
351 n_en_US = uloc_getDefault();
352 if (strcmp(n_en_US, "en_US") != 0) {
353 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
358 if (strcmp(n_en_US, "en_US") != 0) {
360 "Expected \"en_US\", got \"%s\"\n", n_en_US);
369 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
371 if (n2_en_US != n_en_US) {
    [all...]

Completed in 40 milliseconds