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 CharsetEncoder690 state = ST_FLUSHED; in flush()694 if (state != ST_FLUSHED) in flush()695 throwIllegalStateException(state, ST_FLUSHED); in flush()921 if (state == ST_FLUSHED) in canEncode()
162 private static final int ST_FLUSHED = 3; // 0x3 field in CharsetEncoder