Uses of Class
com.ibm.icu.util.Currency.CurrencyStringInfo
Packages that use Currency.CurrencyStringInfo
-
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.CurrencyStringInfoModifier and TypeFieldDescriptionprivate final TextTrieMap
<Currency.CurrencyStringInfo> CombinedCurrencyMatcher.longNameTrie
private final 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.CurrencyStringInfoModifier and TypeFieldDescriptionprivate static ICUCache
<ULocale, List<TextTrieMap<Currency.CurrencyStringInfo>>> Currency.CURRENCY_NAME_CACHE
Methods in com.ibm.icu.util that return types with arguments of type Currency.CurrencyStringInfoModifier and TypeMethodDescriptionprivate static List
<TextTrieMap<Currency.CurrencyStringInfo>> Currency.getCurrencyTrieVec
(ULocale locale) 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.CurrencyStringInfoModifier and TypeMethodDescriptionboolean
Currency.CurrencyNameResultHandler.handlePrefixMatch
(int matchLength, Iterator<Currency.CurrencyStringInfo> values) private static void
Currency.setupCurrencyTrieVec
(ULocale locale, List<TextTrieMap<Currency.CurrencyStringInfo>> trieVec)