Uses of Class
com.ibm.icu.number.NumberSkeletonImpl.ParseState
-
Packages that use NumberSkeletonImpl.ParseState Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of NumberSkeletonImpl.ParseState in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberSkeletonImpl.ParseState Modifier and Type Method Description private static NumberSkeletonImpl.ParseState
NumberSkeletonImpl. parseOption(NumberSkeletonImpl.ParseState stem, StringSegment segment, MacroProps macros)
Given that the current segment represents an option, parse it and save the result.private static NumberSkeletonImpl.ParseState
NumberSkeletonImpl. parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros)
Given that the current segment represents a stem, parse it and save the result.static NumberSkeletonImpl.ParseState
NumberSkeletonImpl.ParseState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberSkeletonImpl.ParseState[]
NumberSkeletonImpl.ParseState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.number with parameters of type NumberSkeletonImpl.ParseState Modifier and Type Method Description private static NumberSkeletonImpl.ParseState
NumberSkeletonImpl. parseOption(NumberSkeletonImpl.ParseState stem, StringSegment segment, MacroProps macros)
Given that the current segment represents an option, parse it and save the result.
-