Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 5 of 5) 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/ojluni/src/main/java/java/text/
DMergeCollation.java281 int lastIndex = findLastEntry(lastEntry, excess); in fixEntry() local
285 if (lastIndex != patterns.size()) { in fixEntry()
290 if (lastIndex == patterns.size()) { in fixEntry()
294 patterns.add(lastIndex, newEntry); in fixEntry()
/libcore/luni/src/main/java/libcore/icu/
DICU.java502 int lastIndex = sb.length() - 1; in removeBFromDateTimePattern() local
503 if (lastIndex >= 0 && sb.charAt(lastIndex) == ' ') { in removeBFromDateTimePattern()
504 sb.deleteCharAt(lastIndex); in removeBFromDateTimePattern()
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java1036 final int lastIndex, in testListIndexOf() argument
1039 checkListIndexOf(emptyList(), index, lastIndex); in testListIndexOf() local
1041 checkListIndexOf(singletonList(values[0]), index, lastIndex); in testListIndexOf() local
1042 checkListIndexOf(nCopies(25, values[0]), index, lastIndex == 0 ? 24 : -1); in testListIndexOf()
1045 checkListIndexOf(l, index, lastIndex); in testListIndexOf()
1046 checkListIndexOf(Arrays.asList(values), index, lastIndex); in testListIndexOf() local
1047 checkListIndexOf(new ArrayList(l), index, lastIndex); in testListIndexOf()
1048 checkListIndexOf(new LinkedList(l), index, lastIndex); in testListIndexOf()
1049 checkListIndexOf(new Vector(l), index, lastIndex); in testListIndexOf()
1050 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/ ...