Uses of Class
com.ibm.icu.text.MessagePattern
Packages that use MessagePattern
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 MessagePattern in com.ibm.icu.text
Methods in com.ibm.icu.text that return MessagePatternModifier and TypeMethodDescriptionMessagePattern.cloneAsThawed()
Creates and returns an unfrozen copy of this object.MessagePattern.freeze()
Freezes this object, making it immutable and thread-safe.Parses a MessageFormat pattern string.MessagePattern.parseChoiceStyle
(String pattern) Parses a ChoiceFormat pattern string.MessagePattern.parsePluralStyle
(String pattern) Parses a PluralFormat pattern string.MessagePattern.parseSelectStyle
(String pattern) Parses a SelectFormat pattern string.Methods in com.ibm.icu.text with parameters of type MessagePatternModifier and TypeMethodDescriptionMessagePatternUtil.buildMessageNode
(MessagePattern pattern) Factory method, builds and returns a MessageNode from a MessagePattern.