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.Category
Returns 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 ULocale
ULocale.getDefault
(ULocale.Category category) Returns the current default ULocale for the specified category.static void
ULocale.setDefault
(ULocale.Category category, ULocale newLocale) Sets the defaultULocale
for the specifiedCategory
.