Searched refs:ST_FLUSHED (Results 1 – 4 of 4) sorted by relevance
156 private static final int ST_FLUSHED = 3; field in CharsetDecoder711 state = ST_FLUSHED; in flush()715 if (state != ST_FLUSHED) in flush()716 throwIllegalStateException(state, ST_FLUSHED); in flush()
156 private static final int ST_FLUSHED = 3; field in CharsetEncoder711 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()
156 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)
162 private static final int ST_FLUSHED = 3; // 0x3 field in CharsetEncoder