Uses of Enum
com.ibm.icu.text.PluralRules.PluralType
Packages that use PluralRules.PluralType
-
Uses of PluralRules.PluralType in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type PluralRules.PluralTypeModifier and TypeMethodDescriptionPluralRulesLoader.forLocale
(ULocale locale, PluralRules.PluralType type) Returns the plural rules for the the locale.PluralRulesLoader.getLocaleIdToRulesIdMap
(PluralRules.PluralType type) Returns the lazily-constructed map.PluralRulesLoader.getOrCreateRulesForLocale
(ULocale locale, PluralRules.PluralType type) Gets the rule from the rulesId.PluralRulesLoader.getRulesIdForLocale
(ULocale locale, PluralRules.PluralType type) Gets the rulesId from the locale,with locale fallback. -
Uses of PluralRules.PluralType in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as PluralRules.PluralTypeModifier and TypeFieldDescriptionprivate final PluralRules.PluralType
PluralSelectorFactory.pluralType
-
Uses of PluralRules.PluralType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PluralRules.PluralTypeModifier and TypeFieldDescriptionprivate PluralRules.PluralType
MessageFormat.PluralSelectorProvider.type
Methods in com.ibm.icu.text that return PluralRules.PluralTypeModifier and TypeMethodDescriptionstatic PluralRules.PluralType
Returns the enum constant of this type with the specified name.static PluralRules.PluralType[]
PluralRules.PluralType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type PluralRules.PluralTypeModifier and TypeMethodDescription(package private) PluralFormat
RuleBasedNumberFormat.createPluralFormat
(PluralRules.PluralType pluralType, String pattern) abstract PluralRules
PluralRules.Factory.forLocale
(ULocale locale, PluralRules.PluralType type) Deprecated.This API is ICU internal only.static PluralRules
PluralRules.forLocale
(ULocale locale, PluralRules.PluralType type) Provides access to the predefinedPluralRules
for a given locale and the plural type.static PluralRules
PluralRules.forLocale
(Locale locale, PluralRules.PluralType type) Provides access to the predefinedPluralRules
for a givenLocale
and the plural type.private void
PluralFormat.init
(PluralRules rules, PluralRules.PluralType type, ULocale locale, NumberFormat numberFormat) Constructors in com.ibm.icu.text with parameters of type PluralRules.PluralTypeModifierConstructorDescriptionPluralFormat
(ULocale ulocale, PluralRules.PluralType type) Creates a newPluralFormat
for the plural type.PluralFormat
(ULocale ulocale, PluralRules.PluralType type, String pattern) Creates a newPluralFormat
for a plural type, a pattern and a locale.(package private)
PluralFormat
(ULocale ulocale, PluralRules.PluralType type, String pattern, NumberFormat numberFormat) Creates a newPluralFormat
for a plural type, a pattern and a locale.PluralFormat
(Locale locale, PluralRules.PluralType type) Creates a newPluralFormat
for the plural type.