Uses of Enum
com.ibm.icu.util.ULocale.Category
Packages that use ULocale.Category
-
Uses of ULocale.Category in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.CategoryModifier and TypeMethodDescriptionstatic ULocale.CategoryReturns the enum constant of this type with the specified name.static ULocale.Category[]ULocale.Category.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type ULocale.CategoryModifier and TypeMethodDescriptionstatic ULocaleULocale.getDefault(ULocale.Category category) Returns the current default ULocale for the specified category.static LocaleULocale.JDKLocaleHelper.getDefault(ULocale.Category category) static voidULocale.JDKLocaleHelper.setDefault(ULocale.Category category, Locale newLocale) static voidULocale.setDefault(ULocale.Category category, ULocale newLocale) Sets the defaultULocalefor the specifiedCategory.