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.java86 private static final int CR_UNDERFLOW = 0; field in CoderResult
119 return (type == CR_UNDERFLOW); in isUnderflow()
184 = new CoderResult(CR_UNDERFLOW, 0);
272 case CR_UNDERFLOW: throw new BufferUnderflowException(); in throwException()