Uses of Class
com.ibm.icu.text.CurrencyPluralInfo
Packages that use CurrencyPluralInfo
-
Uses of CurrencyPluralInfo in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as CurrencyPluralInfoModifier and TypeFieldDescriptionprivate CurrencyPluralInfoDecimalFormatProperties.currencyPluralInfoMethods in com.ibm.icu.impl.number that return CurrencyPluralInfoMethods in com.ibm.icu.impl.number with parameters of type CurrencyPluralInfoModifier and TypeMethodDescriptionDecimalFormatProperties.setCurrencyPluralInfo(CurrencyPluralInfo currencyPluralInfo) Use the specifiedCurrencyPluralInfoinstance when formatting currency long names.Constructors in com.ibm.icu.impl.number with parameters of type CurrencyPluralInfoModifierConstructorDescriptionCurrencyPluralInfoAffixProvider(CurrencyPluralInfo cpi, DecimalFormatProperties properties) -
Uses of CurrencyPluralInfo in com.ibm.icu.text
Methods in com.ibm.icu.text that return CurrencyPluralInfoModifier and TypeMethodDescriptionCurrencyPluralInfo.clone()Standard overrideDecimalFormat.getCurrencyPluralInfo()Returns the current instance of CurrencyPluralInfo.static CurrencyPluralInfoCurrencyPluralInfo.getInstance()Gets a CurrencyPluralInfo instance for the default locale.static CurrencyPluralInfoCurrencyPluralInfo.getInstance(ULocale locale) Gets a CurrencyPluralInfo instance for the given locale.static CurrencyPluralInfoCurrencyPluralInfo.getInstance(Locale locale) Gets a CurrencyPluralInfo instance for the given locale.Methods in com.ibm.icu.text with parameters of type CurrencyPluralInfoModifier and TypeMethodDescriptionvoidDecimalFormat.setCurrencyPluralInfo(CurrencyPluralInfo newInfo) Sets a custom instance of CurrencyPluralInfo.Constructors in com.ibm.icu.text with parameters of type CurrencyPluralInfoModifierConstructorDescriptionDecimalFormat(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.