| Package | Description |
|---|---|
| com.ibm.icu.number | |
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
LocalizedNumberFormatter |
UnlocalizedNumberFormatter.locale(Locale locale)
Associate the given locale with the number formatter.
|
LocalizedNumberFormatter |
UnlocalizedNumberFormatter.locale(ULocale locale)
ULocale version of the
UnlocalizedNumberFormatter.locale(Locale) setter above. |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedNumberFormatter |
DecimalFormat.toNumberFormatter()
Converts this DecimalFormat to a NumberFormatter.
|
Copyright © 2016 Unicode, Inc. and others.