Searched refs:isUnderflow (Results 1 – 15 of 15) 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()
630 if (cr.isUnderflow()) { in decode()710 if (cr.isUnderflow()) in flush()851 if (cr.isUnderflow()) in decode()854 if (cr.isUnderflow()) in decode()
630 if (cr.isUnderflow()) { in encode()710 if (cr.isUnderflow()) in flush()851 if (cr.isUnderflow()) in encode()854 if (cr.isUnderflow()) in encode()
118 public boolean isUnderflow() { in isUnderflow() method in CoderResult
630 if (cr.isUnderflow()) {710 if (cr.isUnderflow())851 if (cr.isUnderflow())854 if (cr.isUnderflow())
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()
2866 assert cr.isUnderflow(); in decode()2868 assert cr.isUnderflow(); in decode()
7042 method public boolean isUnderflow();