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:
906 * Gets the current value of the default locale for the specified Category
912 * setDefault(Locale.Category, Locale) method.
916 * @return the default locale for the specified Category for this instance
918 * @see #setDefault(Locale.Category, Locale)
921 public static Locale getDefault(Locale.Category category) {
943 assert false: "Unknown Category";
987 private static Locale initDefault(Locale.Category category) {
1017 * locales for each Category ar
2451 public enum Category { enum in class:Locale
2471 Category(String languageKey, String scriptKey, String countryKey, String variantKey) { method in class:Locale.Category
[all...]

Completed in 48 milliseconds