Uses of Class
com.ibm.icu.text.CurrencyDisplayNames
-
Packages that use CurrencyDisplayNames Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of CurrencyDisplayNames in com.ibm.icu.impl
Subclasses of CurrencyDisplayNames in com.ibm.icu.impl Modifier and Type Class Description static class
CurrencyData.CurrencyDisplayInfo
static class
CurrencyData.DefaultInfo
(package private) static class
ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
This class performs data loading for currencies and keeps data in lightweight cache. -
Uses of CurrencyDisplayNames in com.ibm.icu.text
Methods in com.ibm.icu.text that return CurrencyDisplayNames Modifier and Type Method Description static CurrencyDisplayNames
CurrencyDisplayNames. getInstance(ULocale locale)
Return an instance of CurrencyDisplayNames that provides information localized for display in the provided locale.static CurrencyDisplayNames
CurrencyDisplayNames. getInstance(ULocale locale, boolean noSubstitute)
Return an instance of CurrencyDisplayNames that provides information localized for display in the provided locale.static CurrencyDisplayNames
CurrencyDisplayNames. getInstance(java.util.Locale locale)
Return an instance of CurrencyDisplayNames that provides information localized for display in the provided locale.static CurrencyDisplayNames
CurrencyDisplayNames. getInstance(java.util.Locale locale, boolean noSubstitute)
Return an instance of CurrencyDisplayNames that provides information localized for display in the provided locale.
-