Uses of Package
com.ibm.icu.impl.number.parse
Packages that use com.ibm.icu.impl.number.parse
-
Classes in com.ibm.icu.impl.number.parse used by com.ibm.icu.impl.number.parseClassDescriptionA specialized version of
SeriesMatcher
that matches EITHER a prefix OR a suffix.Small helper class that generates matchers for individual tokens for AffixPatternMatcher.Matches a single code point, performing no other logic.Matches a currency, either a custom currency or one from the data bundle.The core interface implemented by all matchers used for number parsing.Matchers can implement the Flexible interface to indicate that they are optional and can be run repeatedly.Primary number parsing implementation class.Struct-like class to hold the results of a parsing routine.Composes a number of matchers, running one after another.A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.A Matcher used only for post-process validation, not for consuming characters at runtime. -
Classes in com.ibm.icu.impl.number.parse used by com.ibm.icu.text