Searched refs:nextStart (Results 1 – 9 of 9) sorted by relevance
161 int nextStart = 0; in split() local164 sequences.add(charSequence.subSequence(nextStart, matcher.start())); in split()165 nextStart = matcher.end(); in split()172 sequences.add(charSequence.subSequence(nextStart, charSequence.length())); in split()
315 int nextStart = 0; in resolveMacro() local322 if (matchedStart > nextStart) { in resolveMacro()323 replaced.append(value.substring(nextStart, matchedStart)); in resolveMacro()330 nextStart = matcher.end(); in resolveMacro()332 if (replaced != null && nextStart < value.length()) { in resolveMacro()333 replaced.append(value.substring(nextStart)); in resolveMacro()
405 int nextStart = 0; in resolveMacro() local412 if (matchedStart > nextStart) { in resolveMacro()413 replaced.append(value.substring(nextStart, matchedStart)); in resolveMacro()420 nextStart = matcher.end(); in resolveMacro()422 if (replaced != null && nextStart < value.length()) { in resolveMacro()423 replaced.append(value.substring(nextStart)); in resolveMacro()
238 Instant nextStart = mRecordDataList.get(i + 1).getStartTime(); in getEmptyIntervals() local239 if (nextStart.isAfter(currentEnd)) { in getEmptyIntervals()240 emptyIntervals.add(new Pair<>(currentEnd, nextStart)); in getEmptyIntervals()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
1137 Landroid/icu/impl/Trie2$Trie2Iterator;->nextStart:I
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...