Home
last modified time | relevance | path

Searched refs:ST_FLUSHED (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java156 private static final int ST_FLUSHED = 3; field in CharsetDecoder
711 state = ST_FLUSHED; in flush()
715 if (state != ST_FLUSHED) in flush()
716 throwIllegalStateException(state, ST_FLUSHED); in flush()
DCharsetEncoder.java156 private static final int ST_FLUSHED = 3; field in CharsetEncoder
711 state = ST_FLUSHED; in flush()
715 if (state != ST_FLUSHED) in flush()
716 throwIllegalStateException(state, ST_FLUSHED); in flush()
949 if (state == ST_FLUSHED) in canEncode()
DCharset-X-Coder.java.template156 private static final int ST_FLUSHED = 3;
711 state = ST_FLUSHED;
715 if (state != ST_FLUSHED)
716 throwIllegalStateException(state, ST_FLUSHED);
949 if (state == ST_FLUSHED)
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java162 private static final int ST_FLUSHED = 3; // 0x3 field in CharsetEncoder