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

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java74 static final int[][] golden1 = { field in class:Supplementary
91 testCodePoint(At, sb, 0, golden1[0][i]);
92 testCodePoint(At, sb, 9, golden1[1][i]);
93 testCodePoint(At, sb, sb.length()-1, golden1[2][i]);
144 * Unlike golden1 and golden2, each array is the golden data for each text
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java74 static final int[][] golden1 = { field in class:Supplementary
91 testCodePoint(At, sb, 0, golden1[0][i]);
92 testCodePoint(At, sb, 9, golden1[1][i]);
93 testCodePoint(At, sb, sb.length()-1, golden1[2][i]);
144 * Unlike golden1 and golden2, each array is the golden data for each text
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java90 static final int[][] golden1 = { field in class:Supplementary
108 testCodePoint(At, s, 0, golden1[0][i]);
109 testCodePoint(At, s, 9, golden1[1][i]);
110 testCodePoint(At, s, s.length()-1, golden1[2][i]);
111 testCodePoint(At, s.substring(17), 0, golden1[3][i]);
167 * Unlike golden1 and golden2, golden3[m][] is the golden data for text

Completed in 31 milliseconds