Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java155 private static final int ST_END = 2; field in CharsetDecoder
612 int newState = endOfInput ? ST_END : ST_CODING; in decode()
614 && !(endOfInput && (state == ST_END))) in decode()
708 if (state == ST_END) { in flush()
DCharsetEncoder.java155 private static final int ST_END = 2; field in CharsetEncoder
612 int newState = endOfInput ? ST_END : ST_CODING; in encode()
614 && !(endOfInput && (state == ST_END))) in encode()
708 if (state == ST_END) { in flush()
DCharset-X-Coder.java.template155 private static final int ST_END = 2;
612 int newState = endOfInput ? ST_END : ST_CODING;
614 && !(endOfInput && (state == ST_END)))
708 if (state == ST_END) {
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java160 private static final int ST_END = 2; // 0x2 field in CharsetEncoder