Package com.ibm.icu.impl.number.parse
package com.ibm.icu.impl.number.parse
-
ClassDescriptionA 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.Wraps aScale
for use in the number parsing pipeline.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.A collection of utility functions used by the number parsing package.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.