Home
last modified time | relevance | path

Searched refs:throwIllegalStateException (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java592 throwIllegalStateException(state, newState); in encode()
695 throwIllegalStateException(state, ST_FLUSHED); in flush()
924 throwIllegalStateException(state, ST_CODING); in canEncode()
1021 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetEncoder
DCharsetDecoder.java574 throwIllegalStateException(state, newState); in decode()
677 throwIllegalStateException(state, ST_FLUSHED); in flush()
993 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetDecoder
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java154 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetEncoder