Searched refs:isUnmappable (Results 1 – 10 of 10) 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()
417 assertTrue(result.isUnmappable()); in implTestDecodeCharBufferByteBufferUnmappedException()
871 assertTrue(encoder.encode(in, out, endOfInput).isUnmappable()); in implTestEncodeCharBufferByteBufferbooleanException()
101 assert cr.isMalformed() || cr.isUnmappable(); in decodeLoop()
158 public boolean isUnmappable() { in isUnmappable() method in CoderResult
642 else if (cr.isUnmappable()) in decode()
642 else if (cr.isUnmappable()) in encode()
642 else if (cr.isUnmappable())
7175 method public boolean isUnmappable();