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 AffixPatternMatcherAffixMatcher.prefixprivate final AffixPatternMatcherAffixMatcher.suffixMethods in com.ibm.icu.impl.number.parse that return AffixPatternMatcherModifier and TypeMethodDescriptionstatic AffixPatternMatcherAffixPatternMatcher.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 AffixMatcherAffixMatcher.getInstance(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) private static intAffixMatcher.length(AffixPatternMatcher matcher) Helper method to return the length of the given AffixPatternMatcher.(package private) static booleanAffixMatcher.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 AffixPatternMatcherModifierConstructorDescriptionprivateAffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags)