Uses of Class
com.ibm.icu.text.PluralRules.PluralType
-
Packages that use PluralRules.PluralType Package Description com.ibm.icu.text 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.PluralType Modifier and Type Method Description static PluralRules.PluralTypePluralRules.PluralType. valueOf(java.lang.String name)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.PluralType Modifier and Type Method Description 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(java.util.Locale locale, PluralRules.PluralType type)Provides access to the predefinedPluralRulesfor a givenLocaleand the plural type.Constructors in com.ibm.icu.text with parameters of type PluralRules.PluralType Constructor Description PluralFormat(ULocale ulocale, PluralRules.PluralType type)Creates a newPluralFormatfor the plural type.PluralFormat(ULocale ulocale, PluralRules.PluralType type, java.lang.String pattern)Creates a newPluralFormatfor a plural type, a pattern and a locale.PluralFormat(java.util.Locale locale, PluralRules.PluralType type)Creates a newPluralFormatfor the plural type.
-