Uses of Class
com.ibm.icu.number.LocalizedNumberFormatter
Packages that use LocalizedNumberFormatter
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
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 LocalizedNumberFormatter in com.ibm.icu.number
Methods in com.ibm.icu.number that return LocalizedNumberFormatterModifier and TypeMethodDescriptionULocale version of theUnlocalizedNumberFormatter.locale(Locale)
setter above.Associate the given locale with the number formatter.static LocalizedNumberFormatter
NumberFormatter.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 LocalizedNumberFormatter
NumberFormatter.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 LocalizedNumberFormatterModifier and TypeMethodDescriptionDecimalFormat.toNumberFormatter()
Converts this DecimalFormat to a NumberFormatter.