Uses of Class
com.ibm.icu.number.LocalizedNumberFormatter
-
Packages that use LocalizedNumberFormatter Package Description com.ibm.icu.number com.ibm.icu.text -
-
Uses of LocalizedNumberFormatter in com.ibm.icu.number
Methods in com.ibm.icu.number that return LocalizedNumberFormatter Modifier and Type Method Description LocalizedNumberFormatterUnlocalizedNumberFormatter. locale(ULocale locale)ULocale version of theUnlocalizedNumberFormatter.locale(Locale)setter above.LocalizedNumberFormatterUnlocalizedNumberFormatter. locale(Locale locale)Associate the given locale with the number formatter.static LocalizedNumberFormatterNumberFormatter. withLocale(ULocale locale)Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.static LocalizedNumberFormatterNumberFormatter. withLocale(Locale locale)Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site. -
Uses of LocalizedNumberFormatter in com.ibm.icu.text
Methods in com.ibm.icu.text that return LocalizedNumberFormatter Modifier and Type Method Description LocalizedNumberFormatterDecimalFormat. toNumberFormatter()Converts this DecimalFormat to a NumberFormatter.
-