Searched refs:expectedBytes1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022JPEncoder.java36 static byte[] expectedBytes1 = {0x20, 0x20, 0x20, 0x20, 0x20, field in class:TestISO2022JPEncoder
49 for (int i = 0; i < expectedBytes1.length; ++i) {
50 //System.out.println(expectedBytes1[i] + ":" + outputBuff[i]);
51 if (expectedBytes1[i] != outputBuff[i]) {
56 if (nci != expectedBytes1.length)
H A DTestISO2022JP.java142 final static byte[] expectedBytes1 = { field in class:TestISO2022JP
574 roundTrip(testStr1, expectedBytes1, "ISO-2022-JP");
575 roundTrip(testStr1, expectedBytes1, "ISO-2022-JP-2");

Completed in 70 milliseconds