Searched refs:ZoneStringsCache (Results 1 – 1 of 1) sorted by relevance
45 private static final ZoneStringsCache cachedZoneStrings = new ZoneStringsCache();47 private static class ZoneStringsCache extends BasicLruCache<Locale, String[][]> { class in TimeZoneNames48 public ZoneStringsCache() { in ZoneStringsCache() method in TimeZoneNames.ZoneStringsCache