Searched defs:lastIndex (Results 1 – 4 of 4) sorted by relevance
102 int lastIndex = 0; in fixStacktrace() local
1036 final int lastIndex, in testListIndexOf()1039 checkListIndexOf(emptyList(), index, lastIndex); in testListIndexOf() local1041 checkListIndexOf(singletonList(values[0]), index, lastIndex); in testListIndexOf() local1046 checkListIndexOf(Arrays.asList(values), index, lastIndex); in testListIndexOf() local1055 final int lastIndex) { in checkListIndexOf()
281 int lastIndex = findLastEntry(lastEntry, excess); in fixEntry() local
510 int lastIndex = sb.length() - 1; in removeBFromDateTimePattern() local