Searched refs:ST_END (Results 1 – 4 of 4) sorted by relevance
155 private static final int ST_END = 2; field in CharsetDecoder612 int newState = endOfInput ? ST_END : ST_CODING; in decode()614 && !(endOfInput && (state == ST_END))) in decode()708 if (state == ST_END) { in flush()
155 private static final int ST_END = 2; field in CharsetEncoder612 int newState = endOfInput ? ST_END : ST_CODING; in encode()614 && !(endOfInput && (state == ST_END))) in encode()708 if (state == ST_END) { in flush()
155 private static final int ST_END = 2;612 int newState = endOfInput ? ST_END : ST_CODING;614 && !(endOfInput && (state == ST_END)))708 if (state == ST_END) {
160 private static final int ST_END = 2; // 0x2 field in CharsetEncoder