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

/libcore/ojluni/src/main/java/java/util/
H A DLocale.java35 * is protected by multiple US and International patents.
126 * <dd>Example: "US" (United States), "FR" (France), "029"
265 * Locale.US
318 * {@code "zh-Hant-TW"} and {@code "en-US"}, in prioritized order, lookup
326 * 4. en-US
535 * there is usually {@code Locale.US}&nbsp;&ndash; this locale is guaranteed to be available on all
640 static public final Locale US = createConstant("en", "US"); field in class:Locale
1546 * loc = Locale.forLanguageTag("en-US-x-lvariant-POSIX");
2078 * <li>{@code new Locale("en").getDisplayName(Locale.US)}
[all...]

Completed in 64 milliseconds