Uses of Class
com.ibm.icu.impl.number.parse.IgnorablesMatcher
-
Packages that use IgnorablesMatcher Package Description com.ibm.icu.impl.number.parse -
-
Uses of IgnorablesMatcher in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as IgnorablesMatcher Modifier and Type Field Description private static IgnorablesMatcher
IgnorablesMatcher. DEFAULT
private IgnorablesMatcher
AffixPatternMatcher. ignorables
IgnorablesMatcher
AffixTokenMatcherFactory. ignorables
private IgnorablesMatcher
ScientificMatcher. ignorablesMatcher
private static IgnorablesMatcher
IgnorablesMatcher. JAVA_COMPATIBILITY
private static IgnorablesMatcher
IgnorablesMatcher. STRICT
Methods in com.ibm.icu.impl.number.parse that return IgnorablesMatcher Modifier and Type Method Description static IgnorablesMatcher
IgnorablesMatcher. getInstance(int parseFlags)
IgnorablesMatcher
AffixTokenMatcherFactory. ignorables()
Methods in com.ibm.icu.impl.number.parse with parameters of type IgnorablesMatcher Modifier and Type Method Description static void
AffixMatcher. createMatchers(AffixPatternProvider patternInfo, NumberParserImpl output, AffixTokenMatcherFactory factory, IgnorablesMatcher ignorables, int parseFlags)
private static boolean
AffixMatcher. isInteresting(AffixPatternProvider patternInfo, IgnorablesMatcher ignorables, int parseFlags)
-