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

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

Completed in 57 milliseconds