Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java87 private static final int CR_UNDERFLOW = 0; field in CoderResult
120 return (type == CR_UNDERFLOW); in isUnderflow()
185 = new CoderResult(CR_UNDERFLOW, 0);
279 case CR_UNDERFLOW: throw new BufferUnderflowException(); in throwException()