Home
last modified time | relevance | path

Searched refs:golden1 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/StringBuffer/
DSupplementary.java80 static final int[][] golden1 = { field in Supplementary
97 testCodePoint(At, sb, 0, golden1[0][i]); in test1()
98 testCodePoint(At, sb, 9, golden1[1][i]); in test1()
99 testCodePoint(At, sb, sb.length()-1, golden1[2][i]); in test1()
/libcore/ojluni/src/test/java/lang/StringBuilder/
DSupplementary.java82 static final int[][] golden1 = { field in Supplementary
99 testCodePoint(At, sb, 0, golden1[0][i]); in test1()
100 testCodePoint(At, sb, 9, golden1[1][i]); in test1()
101 testCodePoint(At, sb, sb.length()-1, golden1[2][i]); in test1()