Home
last modified time | relevance | path

Searched refs:isUnmappable (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java159 public boolean isUnmappable() { in isUnmappable() method in CoderResult
DCharsetDecoder.java603 else if (cr.isUnmappable()) in decode()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DASCIICharsetEncoderTest.java99 assertTrue(encoder.encode(buffer2, out, true).isUnmappable()); in testMultiStepEncode()
DCharsetDecoderTest.java415 assertTrue(result.isUnmappable()); in implTestDecodeCharBufferByteBufferUnmappedException()
DCharsetEncoderTest.java868 assertTrue(encoder.encode(in, out, endOfInput).isUnmappable()); in implTestEncodeCharBufferByteBufferbooleanException()