Uses of Enum
com.ibm.icu.util.ULocale.AvailableType
Packages that use ULocale.AvailableType
-
Uses of ULocale.AvailableType in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type ULocale.AvailableTypeModifier and TypeFieldDescription(package private) EnumMap<ULocale.AvailableType,
ULocale[]> ICUResourceBundle.AvailableLocalesSink.output
private EnumMap<ULocale.AvailableType,
ULocale[]> ICUResourceBundle.AvailEntry.ulocales
Methods in com.ibm.icu.impl that return types with arguments of type ULocale.AvailableTypeModifier and TypeMethodDescriptionprivate static final EnumMap<ULocale.AvailableType,
ULocale[]> ICUResourceBundle.createULocaleList
(String baseName, ClassLoader root) Methods in com.ibm.icu.impl with parameters of type ULocale.AvailableTypeModifier and TypeMethodDescriptionstatic final Locale[]
ICUResourceBundle.getAvailableLocales
(ULocale.AvailableType type) Get the set of Locales installed the base bundle, for the specified type.static final Locale[]
ICUResourceBundle.getAvailableLocales
(String baseName, ClassLoader loader, ULocale.AvailableType type) Get the set of Locales installed in the specified bundles, for the specified type.static final ULocale[]
ICUResourceBundle.getAvailableULocales
(ULocale.AvailableType type) Get the set of ULocales installed the base bundle, for the specified type.static final ULocale[]
ICUResourceBundle.getAvailableULocales
(String baseName, ClassLoader loader, ULocale.AvailableType type) Get the set of Locales installed in the specified bundles, for the specified type.(package private) 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.AvailableTypeModifierConstructorDescriptionAvailableLocalesSink
(EnumMap<ULocale.AvailableType, ULocale[]> output) -
Uses of ULocale.AvailableType in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.AvailableTypeModifier and TypeMethodDescriptionstatic ULocale.AvailableType
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.AvailableTypeModifier and TypeMethodDescriptionstatic Collection<ULocale>
ULocale.getAvailableLocalesByType
(ULocale.AvailableType type) Returns a list of all installed locales according to the specified type.