Searched refs:ST_END (Results 1 – 2 of 2) sorted by relevance
154 private static final int ST_END = 2; field in CharsetDecoder565 int newState = endOfInput ? ST_END : ST_CODING; in decode()567 && !(endOfInput && (state == ST_END))) in decode()663 if (state == ST_END) { in flush()
154 private static final int ST_END = 2; field in CharsetEncoder583 int newState = endOfInput ? ST_END : ST_CODING; in encode()585 && !(endOfInput && (state == ST_END))) in encode()681 if (state == ST_END) { in flush()