Home
last modified time | relevance | path

Searched refs:ST_RESET (Results 1 – 3 of 3) 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;
572 if ((state != ST_RESET) && (state != ST_CODING) in decode()
712 state = ST_RESET; in reset()
DCharsetEncoder.java152 private static final int ST_RESET = 0; field in CharsetEncoder
157 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()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java164 private static final int ST_RESET = 0; // 0x0 field in CharsetEncoder