Uses of Class
com.ibm.icu.impl.number.LongNameHandler
-
Packages that use LongNameHandler Package Description com.ibm.icu.impl.number -
-
Uses of LongNameHandler in com.ibm.icu.impl.number
Methods in com.ibm.icu.impl.number that return LongNameHandler Modifier and Type Method Description private static LongNameHandler
LongNameHandler. forArbitraryUnit(ULocale loc, MeasureUnit unit, NumberFormatter.UnitWidth width, java.lang.String unitDisplayCase, PluralRules rules, MicroPropsGenerator parent)
static LongNameHandler
LongNameHandler. forCurrencyLongNames(ULocale locale, Currency currency, PluralRules rules, MicroPropsGenerator parent)
static LongNameHandler
LongNameHandler. forMeasureUnit(ULocale locale, MeasureUnit unit, NumberFormatter.UnitWidth width, java.lang.String unitDisplayCase, PluralRules rules, MicroPropsGenerator parent)
Construct a localized LongNameHandler for the specified MeasureUnit.
-