Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetTest.java286 private void assertDecodes(Charset cs, String s, int... byteInts) throws Exception { in assertDecodes() argument
287 ByteBuffer in = ByteBuffer.wrap(toByteArray(byteInts)); in assertDecodes()