Uses of Class
com.ibm.icu.impl.number.parse.NumberParserImpl
-
Packages that use NumberParserImpl Package Description com.ibm.icu.impl.number.parse com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of NumberParserImpl in com.ibm.icu.impl.number.parse
Methods in com.ibm.icu.impl.number.parse that return NumberParserImpl Modifier and Type Method Description static 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, java.lang.String pattern, int parseFlags)
Creates a parser with most default options.Methods in com.ibm.icu.impl.number.parse with parameters of type NumberParserImpl Modifier and Type Method Description static 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 NumberParserImpl Modifier and Type Field Description (package private) NumberParserImpl
DecimalFormat. currencyParser
(package private) NumberParserImpl
DecimalFormat. parser
Methods in com.ibm.icu.text that return NumberParserImpl Modifier and Type Method Description (package private) NumberParserImpl
DecimalFormat. getCurrencyParser()
(package private) NumberParserImpl
DecimalFormat. getParser()
-