Searched refs:ST_RESET (Results 1 – 2 of 2) sorted by relevance
152 private static final int ST_RESET = 0; field in CharsetDecoder157 private int state = ST_RESET;566 if ((state != ST_RESET) && (state != ST_CODING) in decode()706 state = ST_RESET; in reset()
152 private static final int ST_RESET = 0; field in CharsetEncoder157 private int state = ST_RESET;584 if ((state != ST_RESET) && (state != ST_CODING) in encode()724 state = ST_RESET; in reset()922 else if (state != ST_RESET) in canEncode()