Searched refs:ST_RESET (Results 1 – 3 of 3) sorted by relevance
152 private static final int ST_RESET = 0; field in CharsetDecoder157 private int state = ST_RESET;572 if ((state != ST_RESET) && (state != ST_CODING) in decode()712 state = ST_RESET; in reset()
152 private static final int ST_RESET = 0; field in CharsetEncoder157 private int state = ST_RESET;589 if ((state != ST_RESET) && (state != ST_CODING) in encode()729 state = ST_RESET; in reset()922 else if (state != ST_RESET) in canEncode()
164 private static final int ST_RESET = 0; // 0x0 field in CharsetEncoder