Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java88 private static final int CR_OVERFLOW = 1; field in CoderResult
129 return (type == CR_OVERFLOW); in isOverflow()
193 = new CoderResult(CR_OVERFLOW, 0);
276 case CR_OVERFLOW: throw new BufferOverflowException(); in throwException()