Home
last modified time | relevance | path

Searched refs:ST_END (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java154 private static final int ST_END = 2; field in CharsetDecoder
565 int newState = endOfInput ? ST_END : ST_CODING; in decode()
567 && !(endOfInput && (state == ST_END))) in decode()
663 if (state == ST_END) { in flush()
DCharsetEncoder.java154 private static final int ST_END = 2; field in CharsetEncoder
583 int newState = endOfInput ? ST_END : ST_CODING; in encode()
585 && !(endOfInput && (state == ST_END))) in encode()
681 if (state == ST_END) { in flush()