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

/dalvik/libcore/luni/src/main/java/java/util/
H A DLocale.java44 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by
54 * Imagine "de_US" for German as spoken in the US, for example. It is also a mistake to
55 * assume that all devices have the same locales available. A device sold in the US will
56 * almost certainly support en_US and sp_US (English and Spanish, as spoken in the US),
182 public static final Locale US = new Locale("en", "US"); //$NON-NLS-1$//$NON-NLS-2$ field in class:Locale
192 "user.region", "US")); //$NON-NLS-1$ //$NON-NLS-2$
214 countryCode = "US"; //$NON-NLS-1$
357 * {@code Locale.US} must be contained in this array.

Completed in 64 milliseconds