Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java45 private static final ZoneStringsCache cachedZoneStrings = new ZoneStringsCache();
47 private static class ZoneStringsCache extends BasicLruCache<Locale, String[][]> { class in TimeZoneNames
48 public ZoneStringsCache() { in ZoneStringsCache() method in TimeZoneNames.ZoneStringsCache