Searched refs:currencyCodeCache (Results 1 – 1 of 1) sorted by relevance
233 …private static final ICUCache<ULocale, String> currencyCodeCache = new SimpleCache<ULocale, String… field in Currency245 String code = currencyCodeCache.get(loc); in createCurrency()263 currencyCodeCache.put(loc, code); in createCurrency()