Uses of Package
com.ibm.icu.impl.number.parse
-
Packages that use com.ibm.icu.impl.number.parse Package Description com.ibm.icu.impl.number.parse com.ibm.icu.text 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. -
Classes in com.ibm.icu.impl.number.parse used by com.ibm.icu.impl.number.parse Class Description AffixMatcher AffixPatternMatcher A specialized version ofSeriesMatcher
that matches EITHER a prefix OR a suffix.AffixTokenMatcherFactory Small helper class that generates matchers for individual tokens for AffixPatternMatcher.CodePointMatcher Matches a single code point, performing no other logic.CombinedCurrencyMatcher Matches a currency, either a custom currency or one from the data bundle.DecimalMatcher IgnorablesMatcher InfinityMatcher MinusSignMatcher NanMatcher NumberParseMatcher The core interface implemented by all matchers used for number parsing.NumberParseMatcher.Flexible Matchers can implement the Flexible interface to indicate that they are optional and can be run repeatedly.NumberParserImpl Primary number parsing implementation class.PaddingMatcher ParsedNumber Struct-like class to hold the results of a parsing routine.PercentMatcher PermilleMatcher PlusSignMatcher RequireDecimalSeparatorValidator ScientificMatcher SeriesMatcher Composes a number of matchers, running one after another.SymbolMatcher A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.ValidationMatcher 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 Class Description NumberParserImpl Primary number parsing implementation class.