Uses of Enum
com.ibm.icu.text.PluralRules.PluralType
Packages that use PluralRules.PluralType
Package
Description
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
Uses of PluralRules.PluralType in com.ibm.icu.text
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 TypeMethodDescriptionabstract 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.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.PluralFormat
(Locale locale, PluralRules.PluralType type) Creates a newPluralFormat
for the plural type.