Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 default
ULocale for the specified Category . |
Copyright © 2016 Unicode, Inc. and others.