Uses of Class
com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfo
Packages that use CurrencyData.CurrencyDisplayInfo
-
Uses of CurrencyData.CurrencyDisplayInfo in com.ibm.icu.impl
Subclasses of CurrencyData.CurrencyDisplayInfo in com.ibm.icu.implModifier and TypeClassDescriptionstatic class
(package private) static class
This class performs data loading for currencies and keeps data in lightweight cache.Fields in com.ibm.icu.impl declared as CurrencyData.CurrencyDisplayInfoModifier and TypeFieldDescriptionprivate final CurrencyData.CurrencyDisplayInfo
LocaleDisplayNamesImpl.currencyDisplayInfo
private static final CurrencyData.CurrencyDisplayInfo
CurrencyData.DefaultInfo.FALLBACK_INSTANCE
private static final CurrencyData.CurrencyDisplayInfo
CurrencyData.DefaultInfo.NO_FALLBACK_INSTANCE
Methods in com.ibm.icu.impl that return CurrencyData.CurrencyDisplayInfoModifier and TypeMethodDescriptionCurrencyData.CurrencyDisplayInfoProvider.getInstance
(ULocale locale, boolean withFallback) ICUCurrencyDisplayInfoProvider.getInstance
(ULocale locale, boolean withFallback) static final CurrencyData.CurrencyDisplayInfo
CurrencyData.DefaultInfo.getWithFallback
(boolean fallback) -
Uses of CurrencyData.CurrencyDisplayInfo in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type CurrencyData.CurrencyDisplayInfoModifier and TypeMethodDescriptionprivate void
DecimalFormatSymbols.setCurrencyOrNull
(Currency currency, CurrencyData.CurrencyDisplayInfo displayInfo)