Home
last modified time | relevance | path

Searched refs:ST_RESET (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java152 private static final int ST_RESET = 0; field in CharsetDecoder
157 private int state = ST_RESET;
566 if ((state != ST_RESET) && (state != ST_CODING) in decode()
706 state = ST_RESET; in reset()
DCharsetEncoder.java152 private static final int ST_RESET = 0; field in CharsetEncoder
157 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()