Uses of Class
com.ibm.icu.text.MessagePattern.Part
Packages that use MessagePattern.Part
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.Part in com.ibm.icu.text
Methods in com.ibm.icu.text that return MessagePattern.PartMethods in com.ibm.icu.text with parameters of type MessagePattern.PartModifier and TypeMethodDescriptiondouble
MessagePattern.getNumericValue
(MessagePattern.Part part) Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.MessagePattern.getSubstring
(MessagePattern.Part part) Returns the substring of the pattern string indicated by the Part.boolean
MessagePattern.partSubstringMatches
(MessagePattern.Part part, String s) Compares the part's substring with the input string s.