Searched defs:allChars (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DOldCharset_SingleByteAbstractTest.java29 static char[] allChars; field in class:OldCharset_SingleByteAbstractTest
83 // String.valueOf(allChars),
89 decodeReplace(allBytes, allChars);
96 // allChars,
99 //// String.valueOf(allChars),
105 CharBuffer inputCB = CharBuffer.wrap(allChars);
110 assertEqualBytes2("Encoded bytes must match!", allBytes, outputBB.array(), allChars);

Completed in 61 milliseconds