Uses of Class
com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
Packages that use AffixTokenMatcherFactory Package Description com.ibm.icu.impl.number.parse -
-
Uses of AffixTokenMatcherFactory in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as AffixTokenMatcherFactory Modifier and Type Field Description private AffixTokenMatcherFactory
AffixPatternMatcher. factory
Methods in com.ibm.icu.impl.number.parse with parameters of type AffixTokenMatcherFactory Modifier and Type Method Description static void
AffixMatcher. createMatchers(AffixPatternProvider patternInfo, NumberParserImpl output, AffixTokenMatcherFactory factory, IgnorablesMatcher ignorables, int parseFlags)
static AffixPatternMatcher
AffixPatternMatcher. fromAffixPattern(java.lang.String affixPattern, AffixTokenMatcherFactory factory, int parseFlags)
Creates an AffixPatternMatcher (based on SeriesMatcher) from the given affix pattern.
-