Uses of Class
com.ibm.icu.impl.number.parse.AffixMatcher
-
Packages that use AffixMatcher Package Description com.ibm.icu.impl.number.parse -
-
Uses of AffixMatcher in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse with type parameters of type AffixMatcher Modifier and Type Field Description static java.util.Comparator<AffixMatcher>
AffixMatcher. COMPARATOR
Comparator for two AffixMatcher instances which prioritizes longer prefixes followed by longer suffixes, ensuring that the longest prefix/suffix pair is always chosen.Methods in com.ibm.icu.impl.number.parse that return AffixMatcher Modifier and Type Method Description private static AffixMatcher
AffixMatcher. getInstance(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags)
-