Searched refs:cacheDecimalFormatSymbols (Results 1 – 1 of 1) sorted by relevance
60 private Map<String, DecimalFormatSymbols> cacheDecimalFormatSymbols = new HashMap<>(); field in ICUServiceBuilder104 cacheDecimalFormatSymbols.clear(); in setCldrFile()124 result.cacheDecimalFormatSymbols.clear(); in forLocale()749 DecimalFormatSymbols symbols = cacheDecimalFormatSymbols.get(key);801 cacheDecimalFormatSymbols.put(key, symbols);