Searched refs:ST_END (Results 1 – 2 of 2) sorted by relevance
154 private static final int ST_END = 2; field in CharsetDecoder571 int newState = endOfInput ? ST_END : ST_CODING; in decode()573 && !(endOfInput && (state == ST_END))) in decode()669 if (state == ST_END) { in flush()
160 private static final int ST_END = 2; // 0x2 field in CharsetEncoder