Searched defs:lastIndex (Results 1 – 3 of 3) sorted by relevance
102 int lastIndex = 0; in fixStacktrace() local
1097 final int lastIndex, in testListIndexOf()1100 checkListIndexOf(emptyList(), index, lastIndex); in testListIndexOf() local1102 checkListIndexOf(singletonList(values[0]), index, lastIndex); in testListIndexOf() local1107 checkListIndexOf(Arrays.asList(values), index, lastIndex); in testListIndexOf() local1116 final int lastIndex) { in checkListIndexOf()
606 int lastIndex = sb.length() - 1; in removeBFromDateTimePattern() local