Searched refs:getMalformedByteBuffer (Results 1 - 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
H A DISOCharsetDecoderTest.java52 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:ISOCharsetDecoderTest
H A DASCCharsetDecoderTest.java56 ByteBuffer getMalformedByteBuffer() { method in class:ASCCharsetDecoderTest
H A DGBCharsetDecoderTest.java52 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:GBCharsetDecoderTest
H A DUTF16BECharsetDecoderTest.java53 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16BECharsetDecoderTest
H A DUTF16LECharsetDecoderTest.java53 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16LECharsetDecoderTest
H A DUTFCharsetDecoderTest.java52 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:UTFCharsetDecoderTest
H A DUTF16CharsetDecoderTest.java102 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16CharsetDecoderTest
H A DCharsetDecoderTest.java243 in = getMalformedByteBuffer();
435 getMalformedByteBuffer(), true);
442 getMalformedByteBuffer(), false);
448 readOnly(getMalformedByteBuffer()), true);
454 readOnly(getMalformedByteBuffer()), false);
553 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException { method in class:CharsetDecoderTest

Completed in 176 milliseconds