Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java615 throwIllegalStateException(state, newState); in encode()
716 throwIllegalStateException(state, ST_FLUSHED); in flush()
952 throwIllegalStateException(state, ST_CODING); in canEncode()
1050 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetEncoder
DCharsetDecoder.java615 throwIllegalStateException(state, newState); in decode()
716 throwIllegalStateException(state, ST_FLUSHED); in flush()
1050 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetDecoder
DCharset-X-Coder.java.template615 throwIllegalStateException(state, newState);
716 throwIllegalStateException(state, ST_FLUSHED);
952 throwIllegalStateException(state, ST_CODING);
1050 private void throwIllegalStateException(int from, int to) {
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java154 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetEncoder