Searched refs:ST_RESET (Results 1 – 4 of 4) sorted by relevance
153 private static final int ST_RESET = 0; field in CharsetDecoder158 private int state = ST_RESET;613 if ((state != ST_RESET) && (state != ST_CODING) in decode()751 state = ST_RESET; in reset()
153 private static final int ST_RESET = 0; field in CharsetEncoder158 private int state = ST_RESET;613 if ((state != ST_RESET) && (state != ST_CODING) in encode()751 state = ST_RESET; in reset()951 else if (state != ST_RESET) in canEncode()
153 private static final int ST_RESET = 0;158 private int state = ST_RESET;613 if ((state != ST_RESET) && (state != ST_CODING)751 state = ST_RESET;951 else if (state != ST_RESET)
164 private static final int ST_RESET = 0; // 0x0 field in CharsetEncoder