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

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

Completed in 53 milliseconds