Uses of Class
com.ibm.icu.text.CurrencyPluralInfo
-
Packages that use CurrencyPluralInfo Package Description com.ibm.icu.impl.number com.ibm.icu.text -
-
Uses of CurrencyPluralInfo in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as CurrencyPluralInfo Modifier and Type Field Description private CurrencyPluralInfo
DecimalFormatProperties. currencyPluralInfo
Methods in com.ibm.icu.impl.number that return CurrencyPluralInfo Modifier and Type Method Description CurrencyPluralInfo
DecimalFormatProperties. getCurrencyPluralInfo()
Methods in com.ibm.icu.impl.number with parameters of type CurrencyPluralInfo Modifier and Type Method Description DecimalFormatProperties
DecimalFormatProperties. setCurrencyPluralInfo(CurrencyPluralInfo currencyPluralInfo)
Use the specifiedCurrencyPluralInfo
instance when formatting currency long names.Constructors in com.ibm.icu.impl.number with parameters of type CurrencyPluralInfo Constructor Description CurrencyPluralInfoAffixProvider(CurrencyPluralInfo cpi, DecimalFormatProperties properties)
-
Uses of CurrencyPluralInfo in com.ibm.icu.text
Methods in com.ibm.icu.text that return CurrencyPluralInfo Modifier and Type Method Description CurrencyPluralInfo
DecimalFormat. getCurrencyPluralInfo()
Returns the current instance of CurrencyPluralInfo.static CurrencyPluralInfo
CurrencyPluralInfo. getInstance()
Gets a CurrencyPluralInfo instance for the default locale.static CurrencyPluralInfo
CurrencyPluralInfo. getInstance(ULocale locale)
Gets a CurrencyPluralInfo instance for the given locale.static CurrencyPluralInfo
CurrencyPluralInfo. getInstance(java.util.Locale locale)
Gets a CurrencyPluralInfo instance for the given locale.Methods in com.ibm.icu.text with parameters of type CurrencyPluralInfo Modifier and Type Method Description void
DecimalFormat. setCurrencyPluralInfo(CurrencyPluralInfo newInfo)
Sets a custom instance of CurrencyPluralInfo.Constructors in com.ibm.icu.text with parameters of type CurrencyPluralInfo Constructor Description DecimalFormat(java.lang.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.
-