Searched refs:ST_END (Results 1 – 3 of 3) 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()
154 private static final int ST_END = 2; field in CharsetEncoder588 int newState = endOfInput ? ST_END : ST_CODING; in encode()590 && !(endOfInput && (state == ST_END))) in encode()686 if (state == ST_END) { in flush()
160 private static final int ST_END = 2; // 0x2 field in CharsetEncoder