Searched refs:stateNames (Results 1 – 4 of 4) sorted by relevance
160 private static String stateNames[] field in CharsetDecoder1051 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()1052 + ", new state = " + stateNames[to]); in throwIllegalStateException()
160 private static String stateNames[] field in CharsetEncoder1051 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()1052 + ", new state = " + stateNames[to]); in throwIllegalStateException()
160 private static String stateNames[]1051 throw new IllegalStateException("Current state = " + stateNames[from]1052 + ", new state = " + stateNames[to]);
192 private static java.lang.String[] stateNames; field in CharsetEncoder