Searched refs:stateNames (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java158 private static String stateNames[] field in class:CharsetDecoder
971 throw new IllegalStateException("Current state = " + stateNames[from]
972 + ", new state = " + stateNames[to]);
H A DCharsetEncoder.java158 private static String stateNames[] field in class:CharsetEncoder
994 throw new IllegalStateException("Current state = " + stateNames[from]
995 + ", new state = " + stateNames[to]);

Completed in 74 milliseconds