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

/external/icu4c/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.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/icu4c/test/cintltst/
H A Dcapitst.c314 col = ucol_open("en_US", &status);
386 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status);
390 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
448 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status);
452 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
538 col2 = ucol_open("en_US", &status);
540 log_err("en_US Collator creation failed.: %s\n", myErrorName(status));
592 col = ucol_open("en_US", &status);
635 UCollator *en_US, *el_GR, *vi_VN; local
636 en_US
[all...]

Completed in 666 milliseconds