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

/libcore/luni/src/main/java/java/util/
H A DLocale.java34 * 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
109 * there is usually {@code Locale.US} – this locale is guaranteed to be available on all
243 public static final Locale US = new Locale(true, "en", "US"); field in class:Locale
246 * The current default locale. It is temporarily assigned to US because we
249 private static Locale defaultLocale = US;
253 String region = System.getProperty("user.region", "US");
265 * Locale.US
[all...]

Completed in 198 milliseconds