Uses of Class
com.ibm.icu.number.LocalizedNumberFormatter
-
Packages that use LocalizedNumberFormatter Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.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 LocalizedNumberFormatter in com.ibm.icu.number
Methods in com.ibm.icu.number that return LocalizedNumberFormatter Modifier and Type Method Description LocalizedNumberFormatter
UnlocalizedNumberFormatter. locale(ULocale locale)
ULocale version of theUnlocalizedNumberFormatter.locale(Locale)
setter above.LocalizedNumberFormatter
UnlocalizedNumberFormatter. locale(Locale locale)
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 LocalizedNumberFormatter Modifier and Type Method Description LocalizedNumberFormatter
DecimalFormat. toNumberFormatter()
Converts this DecimalFormat to a NumberFormatter.
-