Uses of Class
com.ibm.icu.util.Currency.CurrencyStringInfo
-
Packages that use Currency.CurrencyStringInfo Package Description com.ibm.icu.impl.number.parse com.ibm.icu.util International calendars and other utility classes. -
-
Uses of Currency.CurrencyStringInfo in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse with type parameters of type Currency.CurrencyStringInfo Modifier and Type Field Description private TextTrieMap<Currency.CurrencyStringInfo>
CombinedCurrencyMatcher. longNameTrie
private TextTrieMap<Currency.CurrencyStringInfo>
CombinedCurrencyMatcher. symbolTrie
-
Uses of Currency.CurrencyStringInfo in com.ibm.icu.util
Fields in com.ibm.icu.util with type parameters of type Currency.CurrencyStringInfo Modifier and Type Field Description private static ICUCache<ULocale,java.util.List<TextTrieMap<Currency.CurrencyStringInfo>>>
Currency. CURRENCY_NAME_CACHE
Methods in com.ibm.icu.util that return types with arguments of type Currency.CurrencyStringInfo Modifier and Type Method Description private static java.util.List<TextTrieMap<Currency.CurrencyStringInfo>>
Currency. getCurrencyTrieVec(ULocale locale)
static TextTrieMap<Currency.CurrencyStringInfo>
Currency. getParsingTrie(ULocale locale, int type)
Deprecated.This API is ICU internal only.Method parameters in com.ibm.icu.util with type arguments of type Currency.CurrencyStringInfo Modifier and Type Method Description boolean
Currency.CurrencyNameResultHandler. handlePrefixMatch(int matchLength, java.util.Iterator<Currency.CurrencyStringInfo> values)
private static void
Currency. setupCurrencyTrieVec(ULocale locale, java.util.List<TextTrieMap<Currency.CurrencyStringInfo>> trieVec)
-