Uses of Class
com.ibm.icu.impl.number.parse.NumberParserImpl
Packages that use NumberParserImpl
-
Uses of NumberParserImpl in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse that return NumberParserImplModifier and TypeMethodDescriptionstatic NumberParserImpl
NumberParserImpl.createDefaultParserForLocale
(ULocale loc) static NumberParserImpl
NumberParserImpl.createParserFromProperties
(DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) Creates a parser from the given DecimalFormatProperties.static NumberParserImpl
NumberParserImpl.createSimpleParser
(ULocale locale, String pattern, int parseFlags) Creates a parser with most default options.Methods in com.ibm.icu.impl.number.parse with parameters of type NumberParserImplModifier and TypeMethodDescriptionstatic void
AffixMatcher.createMatchers
(AffixPatternProvider patternInfo, NumberParserImpl output, AffixTokenMatcherFactory factory, IgnorablesMatcher ignorables, int parseFlags) -
Uses of NumberParserImpl in com.ibm.icu.text
Fields in com.ibm.icu.text declared as NumberParserImplModifier and TypeFieldDescription(package private) NumberParserImpl
DecimalFormat.currencyParser
(package private) NumberParserImpl
DecimalFormat.parser
Methods in com.ibm.icu.text that return NumberParserImplModifier and TypeMethodDescription(package private) NumberParserImpl
DecimalFormat.getCurrencyParser()
(package private) NumberParserImpl
DecimalFormat.getParser()