Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCharset.java330 private static volatile Map.Entry<String, Charset> cache1 = null; // "Level 1" cache field in Charset
351 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs); in cache()
494 final Map.Entry<String, Charset> cached = cache1;
504 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs);
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java162 private static volatile java.util.Map.Entry<java.lang.String, java.nio.charset.Charset> cache1; field in Charset