Searched refs:cache1 (Results 1 – 2 of 2) sorted by relevance
330 private static volatile Map.Entry<String, Charset> cache1 = null; // "Level 1" cache field in Charset351 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs); in cache()494 final Map.Entry<String, Charset> cached = cache1;504 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs);
162 private static volatile java.util.Map.Entry<java.lang.String, java.nio.charset.Charset> cache1; field in Charset