Uses of Class
com.ibm.icu.text.MessageFormat.PluralSelectorContext
-
Packages that use MessageFormat.PluralSelectorContext 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 MessageFormat.PluralSelectorContext in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type MessageFormat.PluralSelectorContext Modifier and Type Method Description private void
MessageFormat. format(int msgStart, MessageFormat.PluralSelectorContext pluralNumber, java.lang.Object[] args, java.util.Map<java.lang.String,java.lang.Object> argsMap, MessageFormat.AppendableWrapper dest, java.text.FieldPosition fp)
Formats the arguments and writes the result into the AppendableWrapper, updates the field position.private void
MessageFormat. formatComplexSubMessage(int msgStart, MessageFormat.PluralSelectorContext pluralNumber, java.lang.Object[] args, java.util.Map<java.lang.String,java.lang.Object> argsMap, MessageFormat.AppendableWrapper dest)
-