Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java160 private static String stateNames[] field in CharsetDecoder
1051 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()
1052 + ", new state = " + stateNames[to]); in throwIllegalStateException()
DCharsetEncoder.java160 private static String stateNames[] field in CharsetEncoder
1051 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()
1052 + ", new state = " + stateNames[to]); in throwIllegalStateException()
DCharset-X-Coder.java.template160 private static String stateNames[]
1051 throw new IllegalStateException("Current state = " + stateNames[from]
1052 + ", new state = " + stateNames[to]);
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java192 private static java.lang.String[] stateNames; field in CharsetEncoder