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

/libcore/ojluni/src/main/java/java/util/
H A DLocale.java351 * {@link Locale.Category#DISPLAY DISPLAY} locale and one
370 * {@link Locale.Category#FORMAT FORMAT} locale:
902 * Gets the current value of the default locale for the specified Category
908 * setDefault(Locale.Category, Locale) method.
912 * @return the default locale for the specified Category for this instance
914 * @see #setDefault(Locale.Category, Locale)
917 public static Locale getDefault(Locale.Category category) {
939 assert false: "Unknown Category";
983 private static Locale initDefault(Locale.Category category) {
1013 * locales for each Category ar
2447 public enum Category { enum in class:Locale
2467 Category(String languageKey, String scriptKey, String countryKey, String variantKey) { method in class:Locale.Category
[all...]

Completed in 49 milliseconds