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

/openjdk7/jdk/test/sun/nio/cs/
H A DISO8859x.java37 final static byte[] lowBytes = new byte[0xa0]; field in class:ISO8859x
42 lowBytes[i] = (byte) i;
53 check(Arrays.equals(lowString.getBytes(csn), lowBytes));
54 check(new String(lowBytes, csn).equals(lowString));

Completed in 28 milliseconds