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.java44 private static final ZoneStringsCache cachedZoneStrings = new ZoneStringsCache();
55 public static class ZoneStringsCache extends BasicLruCache<Locale, String[][]> { class in TimeZoneNames
56 public ZoneStringsCache() { in ZoneStringsCache() method in TimeZoneNames.ZoneStringsCache