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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DISOCharsetDecoderTest.java46 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:ISOCharsetDecoderTest
H A DASCCharsetDecoderTest.java45 ByteBuffer getUnmappedByteBuffer() { method in class:ASCCharsetDecoderTest
H A DGBCharsetDecoderTest.java48 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:GBCharsetDecoderTest
H A DUTF16BECharsetDecoderTest.java48 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16BECharsetDecoderTest
H A DUTF16LECharsetDecoderTest.java48 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16LECharsetDecoderTest
H A DUTFCharsetDecoderTest.java48 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:UTFCharsetDecoderTest
H A DUTF16CharsetDecoderTest.java98 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:UTF16CharsetDecoderTest
H A DCharsetDecoderTest.java268 in = getUnmappedByteBuffer();
382 getUnmappedByteBuffer(), true);
388 getUnmappedByteBuffer(), false);
394 readOnly(getUnmappedByteBuffer()), true);
400 readOnly(getUnmappedByteBuffer()), false);
546 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException { method in class:CharsetDecoderTest

Completed in 271 milliseconds