Home
last modified time | relevance | path

Searched refs:DFSCACHE (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1445 private static ICUCache<String, DateFormatSymbols> DFSCACHE = field in DateFormatSymbols
1463 DateFormatSymbols dfs = DFSCACHE.get(key); in initializeData()
1471 DFSCACHE.put(key, dfs); in initializeData()