HomeSort by relevance Sort by last modified time
    Searched defs:US (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 40 get(Locale.US);
TimeZones.java 49 cachedZoneStrings.get(Locale.US);
  /external/icu4c/test/intltest/
svccoll.cpp 37 const Locale& US = Locale::getUS();
38 const Locale US_FOO("en", "US", "FOO");
43 Collator* uscol = Collator::createInstance(US, status);
52 URegistryKey key = Collator::registerInstance(frcol, US, status);
73 if (loc != US) {
77 if (loc != US) {
87 ncol = Collator::createInstance(US, status);
506 // can't get pesky operator+(const US&, foo) to cooperate; use toString
  /libcore/luni/src/main/java/java/util/
Locale.java 34 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by
46 * exist (such as "de_US" for "German as spoken in the US").
53 * A device sold in the US will almost certainly support en_US and es_US, but not necessarily
85 * there is usually {@code Locale.US} – this locale is guaranteed to be available on all
219 public static final Locale US = new Locale(true, "en", "US");
222 * The current default locale. It is temporarily assigned to US because we
225 private static Locale defaultLocale = US;
229 String region = System.getProperty("user.region", "US");
241 * Locale.US. Work around this by avoiding these methods when constructin
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 87 // A too-long and hence invalid US number.
94 // Too short, but still possible US numbers.
124 static final String US = "US";
146 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.US);
147 assertEquals("US", metadata.getId());
231 // An invalid US number (1 digit shorter), which has no area code.
260 // An invalid US number (1 digit shorter), which has no NDC.
287 // For the US, the example number is placed under general description, and hence should be used
289 assertNotNull(phoneUtil.getExampleNumberForType(RegionCode.US,
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 667 milliseconds