Searched refs:ST_FLUSHED (Results 1 – 3 of 3) sorted by relevance
155 private static final int ST_FLUSHED = 3; field in CharsetDecoder672 state = ST_FLUSHED; in flush()676 if (state != ST_FLUSHED) in flush()677 throwIllegalStateException(state, ST_FLUSHED); in flush()
155 private static final int ST_FLUSHED = 3; field in CharsetEncoder689 state = ST_FLUSHED; in flush()693 if (state != ST_FLUSHED) in flush()694 throwIllegalStateException(state, ST_FLUSHED); in flush()920 if (state == ST_FLUSHED) in canEncode()
162 private static final int ST_FLUSHED = 3; // 0x3 field in CharsetEncoder