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 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.text
Subclasses with type arguments of type PluralRules.PluralType in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumType of plurals and PluralRules.Fields in com.ibm.icu.text declared as PluralRules.PluralTypeModifier and TypeFieldDescriptionprivate PluralRules.PluralTypeMessageFormat.PluralSelectorProvider.typeMethods in com.ibm.icu.text that return PluralRules.PluralTypeModifier and TypeMethodDescriptionstatic PluralRules.PluralTypeReturns 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) PluralFormatRuleBasedNumberFormat.createPluralFormat(PluralRules.PluralType pluralType, String pattern) abstract PluralRulesPluralRules.Factory.forLocale(ULocale locale, PluralRules.PluralType type) Deprecated.This API is ICU internal only.static PluralRulesPluralRules.forLocale(ULocale locale, PluralRules.PluralType type) Provides access to the predefinedPluralRulesfor a given locale and the plural type.static PluralRulesPluralRules.forLocale(Locale locale, PluralRules.PluralType type) Provides access to the predefinedPluralRulesfor a givenLocaleand the plural type.private voidPluralFormat.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 newPluralFormatfor the plural type.PluralFormat(ULocale ulocale, PluralRules.PluralType type, String pattern) Creates a newPluralFormatfor a plural type, a pattern and a locale.(package private)PluralFormat(ULocale ulocale, PluralRules.PluralType type, String pattern, NumberFormat numberFormat) Creates a newPluralFormatfor a plural type, a pattern and a locale.PluralFormat(Locale locale, PluralRules.PluralType type) Creates a newPluralFormatfor the plural type.