Searched refs:stateNames (Results 1 – 3 of 3) sorted by relevance
159 private static String stateNames[] field in CharsetDecoder994 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()995 + ", new state = " + stateNames[to]); in throwIllegalStateException()
159 private static String stateNames[] field in CharsetEncoder1021 throw new IllegalStateException("Current state = " + stateNames[from] in throwIllegalStateException()1022 + ", new state = " + stateNames[to]); in throwIllegalStateException()
192 private static java.lang.String[] stateNames; field in CharsetEncoder