Searched refs:testCodePoint (Results 1 – 2 of 2) sorted by relevance
| /libcore/ojluni/src/test/java/lang/StringBuffer/ |
| D | Supplementary.java | 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() 104 testCodePoint(At, sb, -1); in test1() 105 testCodePoint(At, sb, sb.length()); in test1() 134 testCodePoint(Before, sb, 1, golden2[0][i]); in test2() 135 testCodePoint(Before, sb, 13, golden2[1][i]); in test2() 136 testCodePoint(Before, sb, sb.length(), golden2[2][i]); in test2() 141 testCodePoint(Before, sb, 0); in test2() 142 testCodePoint(Before, sb, sb.length()+1); in test2() [all …]
|
| /libcore/ojluni/src/test/java/lang/StringBuilder/ |
| D | Supplementary.java | 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() 106 testCodePoint(At, sb, -1); in test1() 107 testCodePoint(At, sb, sb.length()); in test1() 136 testCodePoint(Before, sb, 1, golden2[0][i]); in test2() 137 testCodePoint(Before, sb, 13, golden2[1][i]); in test2() 138 testCodePoint(Before, sb, sb.length(), golden2[2][i]); in test2() 143 testCodePoint(Before, sb, 0); in test2() 144 testCodePoint(Before, sb, sb.length()+1); in test2() [all …]
|