/art/test/021-string2/src/ |
Main.java | 123 Locale en_US = new Locale("en", "US"); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
CurrencyTest.java | 195 ULocale en_US = ULocale.forLanguageTag("en-US"); 235 USX.getName(en_US, Currency.SYMBOL_NAME, isChoiceFormat)); 238 USX.getName(en_US, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); 241 USX.getName(en_US, Currency.LONG_NAME, isChoiceFormat)); 631 { "en_US", null, "USD", "USN" }, 722 {"en_US", "USD", "USN"}, 733 {"en_US@rg=THZZZZ", "THB"}, 735 {"en_US@currency=CAD;rg=THZZZZ", "THB"}, [all...] |
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | 56 table.put("en_US", this, status); 337 service.registerInstance(singleton0, "en_US", status); 341 confirmEqual("1) en_US_FOO -> en_US", result, singleton0); 361 confirmEqual("3) en_US_BAR -> en_US", result, singleton0); 378 // stack of factories is now en, en_US_FOO, en_US 379 // search for en_US should still find en_US object 383 confirmEqual("6) en_US_BAR -> en_US", result, singleton0); 389 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); 635 const UnicodeString en_US = "en_US" [all...] |
apicoll.cpp | 365 Collator *en_US = Collator::createInstance("en_US", status), 374 /* there is no reason to have canonical decomposition in en_US OR default locale */ 385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) 387 errln("ERROR: en_US collation had canonical decomposition for normalization!\n"); 390 delete en_US; 407 someCollators[0] = Collator::createInstance("en_US", err); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CurrencyTest.java | 192 ULocale en_US = ULocale.forLanguageTag("en-US"); 232 USX.getName(en_US, Currency.SYMBOL_NAME, isChoiceFormat)); 235 USX.getName(en_US, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); 238 USX.getName(en_US, Currency.LONG_NAME, isChoiceFormat)); 628 { "en_US", null, "USD", "USN" }, 719 {"en_US", "USD", "USN"}, 730 {"en_US@rg=THZZZZ", "THB"}, 732 {"en_US@currency=CAD;rg=THZZZZ", "THB"}, [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationAPITest.java | 230 Collator en_US = null, el_GR = null, vi_VN = null; 232 en_US = Collator.getInstance(new Locale("en", "US")); 237 // there is no reason to have canonical decomposition in en_US OR default locale */ 248 if (en_US.getDecomposition() != Collator.NO_DECOMPOSITION) 250 errln("en_US collation had cannonical decomposition for normalization!"); [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationAPITest.java | 227 Collator en_US = null, el_GR = null, vi_VN = null; 229 en_US = Collator.getInstance(new Locale("en", "US")); 234 // there is no reason to have canonical decomposition in en_US OR default locale */ 245 if (en_US.getDecomposition() != Collator.NO_DECOMPOSITION) 247 errln("en_US collation had cannonical decomposition for normalization!"); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
capitst.c | 296 col = ucol_open("en_US", &status); 362 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status); 366 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); 431 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status); 435 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); 520 col2 = ucol_open("en_US", &status); 522 log_err("en_US Collator creation failed.: %s\n", myErrorName(status)); 570 col = ucol_open("en_US", &status); 613 UCollator *en_US, *el_GR, *vi_VN; 614 en_US = ucol_open("en_US", &status) [all...] |