Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThrowableTest.java102 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/
DICU.java593 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/
DMOAT.java1040 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/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...