Searched refs:isUnderflow (Results 1 – 13 of 13) sorted by relevance
55 assertFalse(CoderResult.OVERFLOW.isUnderflow()); in testConstants()75 assertTrue(CoderResult.UNDERFLOW.isUnderflow()); in testConstants()142 assertTrue(CoderResult.UNDERFLOW.isUnderflow()); in testIsUnderflow()143 assertFalse(CoderResult.OVERFLOW.isUnderflow()); in testIsUnderflow()144 assertFalse(CoderResult.malformedForLength(1).isUnderflow()); in testIsUnderflow()145 assertFalse(CoderResult.unmappableForLength(1).isUnderflow()); in testIsUnderflow()
168 assertTrue(result.isUnderflow()); in test_EncodeLjava_nio_CharBufferLjava_nio_ByteBufferB()172 assertTrue(result.isUnderflow()); in test_EncodeLjava_nio_CharBufferLjava_nio_ByteBufferB()
201 assertTrue(result.isUnderflow()); in testDecodeLjava_nio_ByteBuffer_ReplaceOverflow()
64 if (!cr.isUnderflow()) in toString()67 if (!cr.isUnderflow()) in toString()94 if (!cr.isUnderflow()) in getBytes()97 if (!cr.isUnderflow()) in getBytes()
591 if (cr.isUnderflow()) { in decode()671 if (cr.isUnderflow()) in flush()805 if (cr.isUnderflow()) in decode()808 if (cr.isUnderflow()) in decode()
608 if (cr.isUnderflow()) { in encode()688 if (cr.isUnderflow()) in flush()822 if (cr.isUnderflow()) in encode()825 if (cr.isUnderflow()) in encode()
119 public boolean isUnderflow() { in isUnderflow() method in CoderResult
243 if (cr.isUnderflow()) { in flushLeftoverChar()272 if (cr.isUnderflow()) { in implWrite()305 if (cr.isUnderflow()) in implClose()
332 if (cr.isUnderflow()) { in implRead()348 if (cr.isUnderflow()) { in implRead()386 if (!cr.isUnderflow()) { in implRead()
120 assertTrue(cr.isUnderflow()); in testBufferWithNonZeroOffset()
226 assertTrue(result.isUnderflow());
140 if (!cr.isUnderflow()) { in encode()144 error = !cr.isUnderflow(); in encode()
2859 assert cr.isUnderflow(); in decode()2861 assert cr.isUnderflow(); in decode()