| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
CurrencyPluralInfo |
DecimalFormat.getCurrencyPluralInfo()
[icu] Returns the current instance of CurrencyPluralInfo.
|
static CurrencyPluralInfo |
CurrencyPluralInfo.getInstance()
Gets a CurrencyPluralInfo instance for the default locale.
|
static CurrencyPluralInfo |
CurrencyPluralInfo.getInstance(Locale locale)
Gets a CurrencyPluralInfo instance for the given locale.
|
static CurrencyPluralInfo |
CurrencyPluralInfo.getInstance(ULocale locale)
Gets a CurrencyPluralInfo instance for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalFormat.setCurrencyPluralInfo(CurrencyPluralInfo newInfo)
[icu] Sets a custom instance of CurrencyPluralInfo.
|
| Constructor and Description |
|---|
DecimalFormat(String pattern,
DecimalFormatSymbols symbols,
CurrencyPluralInfo infoInput,
int style)
Creates a DecimalFormat based on the given pattern and symbols, with additional control over
the behavior of currency.
|
Copyright © 2016 Unicode, Inc. and others.