Uses of Interface
com.ibm.icu.text.PluralFormat.PluralSelector
-
Packages that use PluralFormat.PluralSelector 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 PluralFormat.PluralSelector in com.ibm.icu.text
Classes in com.ibm.icu.text that implement PluralFormat.PluralSelector Modifier and Type Class Description private static class
MessageFormat.PluralSelectorProvider
This provider helps defer instantiation of a PluralRules object until we actually need to select a keyword.private class
PluralFormat.PluralSelectorAdapter
Methods in com.ibm.icu.text with parameters of type PluralFormat.PluralSelector Modifier and Type Method Description (package private) static int
PluralFormat. findSubMessage(MessagePattern pattern, int partIndex, PluralFormat.PluralSelector selector, java.lang.Object context, double number)
Finds the PluralFormat sub-message for the given number, or the "other" sub-message.
-