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.
|
Modifier and Type | Method and Description |
---|---|
MessagePattern |
MessagePattern.cloneAsThawed()
Creates and returns an unfrozen copy of this object.
|
MessagePattern |
MessagePattern.freeze()
Freezes this object, making it immutable and thread-safe.
|
MessagePattern |
MessagePattern.parse(String pattern)
Parses a MessageFormat pattern string.
|
MessagePattern |
MessagePattern.parseChoiceStyle(String pattern)
Parses a ChoiceFormat pattern string.
|
MessagePattern |
MessagePattern.parsePluralStyle(String pattern)
Parses a PluralFormat pattern string.
|
MessagePattern |
MessagePattern.parseSelectStyle(String pattern)
Parses a SelectFormat pattern string.
|
Modifier and Type | Method and Description |
---|---|
static MessagePatternUtil.MessageNode |
MessagePatternUtil.buildMessageNode(MessagePattern pattern)
Factory method, builds and returns a MessageNode from a MessagePattern.
|
Copyright © 2016 Unicode, Inc. and others.