Searched defs:en_US (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/test/intltest/
H A Dlocnmtst.cpp267 static char en_US[] = "en_US"; variable
286 { "da", UDISPCTX_STANDARD_NAMES, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, en_US, daFor_en_US },
287 { "da", UDISPCTX_DIALECT_NAMES, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, en_US, daFor_en_US_D },
289 { "es", UDISPCTX_STANDARD_NAMES, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, en_US, esFor_en_US },
290 { "es", UDISPCTX_DIALECT_NAMES, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, en_US, esFor_en_US_D },
293 { "da", UDISPCTX_STANDARD_NAMES, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, en_US, daFor_en_US_T },
294 { "da", UDISPCTX_DIALECT_NAMES, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, en_US, daFor_en_US_DT },
296 { "es", UDISPCTX_STANDARD_NAMES, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, en_US, esFor_en_US_T },
297 { "es", UDISPCTX_DIALECT_NAMES, UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU, en_US, esFor_en_US_D
[all...]
H A Dicusvtst.cpp53 table.put("en_US", this, status);
334 service.registerInstance(singleton0, "en_US", status);
338 confirmEqual("1) en_US_FOO -> en_US", result, singleton0);
358 confirmEqual("3) en_US_BAR -> en_US", result, singleton0);
375 // stack of factories is now en, en_US_FOO, en_US
376 // search for en_US should still find en_US object
380 confirmEqual("6) en_US_BAR -> en_US", result, singleton0);
386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
632 const UnicodeString en_US local
[all...]
H A Dapicoll.cpp408 Collator *en_US = Collator::createInstance("en_US", status), local
417 /* there is no reason to have canonical decomposition in en_US OR default locale */
428 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
430 errln("ERROR: en_US collation had canonical decomposition for normalization!\n");
433 delete en_US;
450 someCollators[0] = Collator::createInstance("en_US", err);
1100 it like it is "en_US"
1102 locale is NOT "en_US"
1426 Collator *coll = Collator::createInstance("en_US", erro
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp53 table.put("en_US", this, status);
334 service.registerInstance(singleton0, "en_US", status);
338 confirmEqual("1) en_US_FOO -> en_US", result, singleton0);
358 confirmEqual("3) en_US_BAR -> en_US", result, singleton0);
375 // stack of factories is now en, en_US_FOO, en_US
376 // search for en_US should still find en_US object
380 confirmEqual("6) en_US_BAR -> en_US", result, singleton0);
386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
632 const UnicodeString en_US local
[all...]
H A Dapicoll.cpp399 Collator *en_US = Collator::createInstance("en_US", status), local
408 /* there is no reason to have canonical decomposition in en_US OR default locale */
419 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
421 errln("ERROR: en_US collation had canonical decomposition for normalization!\n");
424 delete en_US;
441 someCollators[0] = Collator::createInstance("en_US", err);
1091 it like it is "en_US"
1093 locale is NOT "en_US"
1368 Collator *coll = Collator::createInstance("en_US", erro
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c304 col = ucol_open("en_US", &status);
376 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status);
380 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
432 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status);
436 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
522 col2 = ucol_open("en_US", &status);
524 log_err("en_US Collator creation failed.: %s\n", myErrorName(status));
576 col = ucol_open("en_US", &status);
619 UCollator *en_US, *el_GR, *vi_VN; local
620 en_US
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c301 col = ucol_open("en_US", &status);
367 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status);
371 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
429 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status);
433 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
519 col2 = ucol_open("en_US", &status);
521 log_err("en_US Collator creation failed.: %s\n", myErrorName(status));
573 col = ucol_open("en_US", &status);
616 UCollator *en_US, *el_GR, *vi_VN; local
617 en_US
[all...]

Completed in 1647 milliseconds