Searched refs:throwIllegalStateException (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetEncoder.java | 615 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
|
D | CharsetDecoder.java | 615 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
|
D | Charset-X-Coder.java.template | 615 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/ |
D | CharsetEncoder.java | 154 private void throwIllegalStateException(int from, int to) { in throwIllegalStateException() method in CharsetEncoder
|