Lines Matching refs:starts
858 starts, stops = [], []
865 if len(stops) < len(starts):
873 starts.append(line_pos)
885 self._toc = dict(enumerate(zip(starts, stops)))
908 starts, stops = [], []
916 starts.append(next_pos)
929 self._toc = dict(enumerate(zip(starts, stops)))
1335 starts, stops = [], []
1344 if len(stops) < len(starts):
1346 starts.append(next_pos)
1352 if len(stops) < len(starts):
1357 self._toc = dict(enumerate(zip(starts, stops)))