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

/openjdk7/jdk/test/sun/nio/cs/
H A DISO8859x.java39 final static String lowString; field in class:ISO8859x
45 lowString = new String(lowChars);
53 check(Arrays.equals(lowString.getBytes(csn), lowBytes));
54 check(new String(lowBytes, csn).equals(lowString));

Completed in 28 milliseconds