Searched refs:At (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/lang/Character/ |
D | Supplementary.java | 629 static final boolean At = true, Before = false; field in Supplementary 641 callCodePoint(At, nullSeq, 0, NullPointerException.class); in testExceptions01() 642 callCodePoint(At, cs, -1, IndexOutOfBoundsException.class); in testExceptions01() 643 callCodePoint(At, cs, cs.length(), IndexOutOfBoundsException.class); in testExceptions01() 644 callCodePoint(At, cs, cs.length()*3, IndexOutOfBoundsException.class); in testExceptions01() 683 callCodePoint(At, nullArray, 0, NullPointerException.class); in testExceptions02() 684 callCodePoint(At, a, -1, IndexOutOfBoundsException.class); in testExceptions02() 685 callCodePoint(At, a, a.length, IndexOutOfBoundsException.class); in testExceptions02() 686 callCodePoint(At, a, a.length*3, IndexOutOfBoundsException.class); in testExceptions02() 693 callCodePoint(At, nullArray, 0, 1, NullPointerException.class); in testExceptions02() [all …]
|
/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() 315 static final boolean At = true, Before = false; field in Supplementary
|
/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() 330 static final boolean At = true, Before = false; field in Supplementary
|
/libcore/tools/testmapping/ |
D | README | 30 At time of writing, with the current configuration, this generates a sensible
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 510 * positions. At most {@link Buffer#remaining in.remaining()} $itype$s 676 * its current position. At most {@link Buffer#remaining out.remaining()} 773 * positions. At most {@link Buffer#remaining in.remaining()} $itype$s
|