Uses of Class
com.ibm.icu.impl.number.parse.AffixPatternMatcher
Packages that use AffixPatternMatcher
-
Uses of AffixPatternMatcher in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as AffixPatternMatcherModifier and TypeFieldDescriptionprivate final AffixPatternMatcher
AffixMatcher.prefix
private final AffixPatternMatcher
AffixMatcher.suffix
Methods in com.ibm.icu.impl.number.parse that return AffixPatternMatcherModifier and TypeMethodDescriptionstatic AffixPatternMatcher
AffixPatternMatcher.fromAffixPattern
(String affixPattern, AffixTokenMatcherFactory factory, int parseFlags) Creates an AffixPatternMatcher (based on SeriesMatcher) from the given affix pattern.Methods in com.ibm.icu.impl.number.parse with parameters of type AffixPatternMatcherModifier and TypeMethodDescriptionprivate static final AffixMatcher
AffixMatcher.getInstance
(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) private static int
AffixMatcher.length
(AffixPatternMatcher matcher) Helper method to return the length of the given AffixPatternMatcher.(package private) static boolean
AffixMatcher.matched
(AffixPatternMatcher affix, String patternString) Helper method to return whether the given AffixPatternMatcher equals the given pattern string.Constructors in com.ibm.icu.impl.number.parse with parameters of type AffixPatternMatcherModifierConstructorDescriptionprivate
AffixMatcher
(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags)