Uses of Class
com.ibm.icu.impl.number.parse.AffixPatternMatcher
-
Packages that use AffixPatternMatcher Package Description com.ibm.icu.impl.number.parse -
-
Uses of AffixPatternMatcher in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as AffixPatternMatcher Modifier and Type Field Description private AffixPatternMatcher
AffixMatcher. prefix
private AffixPatternMatcher
AffixMatcher. suffix
Methods in com.ibm.icu.impl.number.parse that return AffixPatternMatcher Modifier and Type Method Description static AffixPatternMatcher
AffixPatternMatcher. fromAffixPattern(java.lang.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 AffixPatternMatcher Modifier and Type Method Description private static 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, java.lang.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 AffixPatternMatcher Constructor Description AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags)
-