Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java159 private static String stateNames[] field in CharsetDecoder
994 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()
995 + ", new state = " + stateNames[to]); in throwIllegalStateException()
DCharsetEncoder.java159 private static String stateNames[] field in CharsetEncoder
1021 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()
1022 + ", new state = " + stateNames[to]); in throwIllegalStateException()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java192 private static java.lang.String[] stateNames; field in CharsetEncoder