Uses of Class
com.ibm.icu.util.ULocale.Category
-
Packages that use ULocale.Category Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of ULocale.Category in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.Category Modifier and Type Method Description static ULocale.Category
ULocale.Category. valueOf(String name)
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.Category Modifier and Type Method Description static 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
.
-