Searched refs:isUnmappable (Results 1 – 7 of 7) sorted by relevance
56 assertFalse(CoderResult.OVERFLOW.isUnmappable()); in testConstants()76 assertFalse(CoderResult.UNDERFLOW.isUnmappable()); in testConstants()120 assertFalse(CoderResult.UNDERFLOW.isUnmappable()); in testIsUnmappable()121 assertFalse(CoderResult.OVERFLOW.isUnmappable()); in testIsUnmappable()122 assertFalse(CoderResult.malformedForLength(1).isUnmappable()); in testIsUnmappable()123 assertTrue(CoderResult.unmappableForLength(1).isUnmappable()); in testIsUnmappable()
99 assertTrue(encoder.encode(buffer2, out, true).isUnmappable()); in testMultiStepEncode()
415 assertTrue(result.isUnmappable()); in implTestDecodeCharBufferByteBufferUnmappedException()
868 assertTrue(encoder.encode(in, out, endOfInput).isUnmappable()); in implTestEncodeCharBufferByteBufferbooleanException()
159 public boolean isUnmappable() { in isUnmappable() method in CoderResult
603 else if (cr.isUnmappable()) in decode()
621 else if (cr.isUnmappable()) in encode()