Uses of Class
com.ibm.icu.util.ULocale.AvailableType
-
Packages that use ULocale.AvailableType Package Description com.ibm.icu.impl com.ibm.icu.util International calendars and other utility classes. -
-
Uses of ULocale.AvailableType in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type ULocale.AvailableType Modifier and Type Field Description (package private) java.util.EnumMap<ULocale.AvailableType,ULocale[]>
ICUResourceBundle.AvailableLocalesSink. output
private java.util.EnumMap<ULocale.AvailableType,ULocale[]>
ICUResourceBundle.AvailEntry. ulocales
Methods in com.ibm.icu.impl that return types with arguments of type ULocale.AvailableType Modifier and Type Method Description private static java.util.EnumMap<ULocale.AvailableType,ULocale[]>
ICUResourceBundle. createULocaleList(java.lang.String baseName, java.lang.ClassLoader root)
Methods in com.ibm.icu.impl with parameters of type ULocale.AvailableType Modifier and Type Method Description static java.util.Locale[]
ICUResourceBundle. getAvailableLocales(ULocale.AvailableType type)
Get the set of Locales installed the base bundle, for the specified type.static java.util.Locale[]
ICUResourceBundle. getAvailableLocales(java.lang.String baseName, java.lang.ClassLoader loader, ULocale.AvailableType type)
Get the set of Locales installed in the specified bundles, for the specified type.static ULocale[]
ICUResourceBundle. getAvailableULocales(ULocale.AvailableType type)
Get the set of ULocales installed the base bundle, for the specified type.static ULocale[]
ICUResourceBundle. getAvailableULocales(java.lang.String baseName, java.lang.ClassLoader loader, ULocale.AvailableType type)
Get the set of Locales installed in the specified bundles, for the specified type.(package private) java.util.Locale[]
ICUResourceBundle.AvailEntry. getLocaleList(ULocale.AvailableType type)
(package private) ULocale[]
ICUResourceBundle.AvailEntry. getULocaleList(ULocale.AvailableType type)
Constructor parameters in com.ibm.icu.impl with type arguments of type ULocale.AvailableType Constructor Description AvailableLocalesSink(java.util.EnumMap<ULocale.AvailableType,ULocale[]> output)
-
Uses of ULocale.AvailableType in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.AvailableType Modifier and Type Method Description static ULocale.AvailableType
ULocale.AvailableType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ULocale.AvailableType[]
ULocale.AvailableType. 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.AvailableType Modifier and Type Method Description static java.util.Collection<ULocale>
ULocale. getAvailableLocalesByType(ULocale.AvailableType type)
Returns a list of all installed locales according to the specified type.
-