Uses of Class
com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Packages that use CurrencyMetaInfo.CurrencyDigits Package Description 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 CurrencyMetaInfo.CurrencyDigits in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CurrencyMetaInfo.CurrencyDigits Modifier and Type Field Description protected static CurrencyMetaInfo.CurrencyDigits
CurrencyMetaInfo. defaultDigits
Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return CurrencyMetaInfo.CurrencyDigits Modifier and Type Method Description CurrencyMetaInfo.CurrencyDigits
CurrencyMetaInfo. currencyDigits(java.lang.String isoCode)
Returns the CurrencyDigits for the currency code.CurrencyMetaInfo.CurrencyDigits
CurrencyMetaInfo. currencyDigits(java.lang.String isoCode, Currency.CurrencyUsage currencyUsage)
Returns the CurrencyDigits for the currency code with Context Usage.
-