Uses of Class
com.ibm.icu.text.MessageFormat.PluralSelectorContext
-
Packages that use MessageFormat.PluralSelectorContext Package Description com.ibm.icu.text -
-
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)
-