Searched refs:lastIndex (Results 1 – 4 of 4) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThrowableTest.java | 102 int lastIndex = 0; in fixStacktrace() local 103 while (lastIndex < trace.length()) { in fixStacktrace() 104 int index = trace.indexOf('\n', lastIndex); in fixStacktrace() 107 String line = trace.substring(lastIndex, index); in fixStacktrace() 108 lastIndex = index + 1; in fixStacktrace()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | ICU.java | 593 int lastIndex = sb.length() - 1; in removeBFromDateTimePattern() local 594 if (lastIndex >= 0 && sb.charAt(lastIndex) == ' ') { in removeBFromDateTimePattern() 595 sb.deleteCharAt(lastIndex); in removeBFromDateTimePattern()
|
/libcore/ojluni/src/test/java/util/Collection/ |
D | MOAT.java | 1040 final int lastIndex, in testListIndexOf() argument 1043 checkListIndexOf(emptyList(), index, lastIndex); in testListIndexOf() local 1045 checkListIndexOf(singletonList(values[0]), index, lastIndex); in testListIndexOf() local 1046 checkListIndexOf(nCopies(25, values[0]), index, lastIndex == 0 ? 24 : -1); in testListIndexOf() 1049 checkListIndexOf(l, index, lastIndex); in testListIndexOf() 1050 checkListIndexOf(Arrays.asList(values), index, lastIndex); in testListIndexOf() local 1051 checkListIndexOf(new ArrayList(l), index, lastIndex); in testListIndexOf() 1052 checkListIndexOf(new LinkedList(l), index, lastIndex); in testListIndexOf() 1053 checkListIndexOf(new Vector(l), index, lastIndex); in testListIndexOf() 1054 checkListIndexOf(new CopyOnWriteArrayList(l), index, lastIndex); in testListIndexOf() [all …]
|
/libcore/support/src/test/java/tests/resources/ |
D | junit4-4.3.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |