Uses of Enum
com.ibm.icu.number.NumberSkeletonImpl.ParseState
Packages that use NumberSkeletonImpl.ParseState
-
Uses of NumberSkeletonImpl.ParseState in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberSkeletonImpl.ParseStateModifier and TypeMethodDescriptionprivate static NumberSkeletonImpl.ParseStateNumberSkeletonImpl.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.ParseStateNumberSkeletonImpl.parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) Given that the current segment represents a stem, parse it and save the result.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.ParseStateModifier and TypeMethodDescriptionprivate static NumberSkeletonImpl.ParseStateNumberSkeletonImpl.parseOption(NumberSkeletonImpl.ParseState stem, StringSegment segment, MacroProps macros) Given that the current segment represents an option, parse it and save the result.