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

/openjdk7/jdk/test/sun/nio/cs/
H A DTestSJIS0213.java36 private static byte[] compBytes = new byte[] { field in class:TestSJIS0213
89 if (!(Arrays.equals(compStr.getBytes("MS932_0213"), compBytes)) ||
90 !compStr.equals(new String(compBytes, "MS932_0213")))
100 if (!(Arrays.equals(compStr.getBytes("SJIS_0213"), compBytes)) ||
101 !compStr.equals(new String(compBytes, "SJIS_0213")))

Completed in 28 milliseconds