Lines Matching refs:starts
830 starts, stops = [], []
837 if len(stops) < len(starts):
845 starts.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
888 starts.append(next_pos)
901 self._toc = dict(enumerate(zip(starts, stops)))
1308 starts, stops = [], []
1317 if len(stops) < len(starts):
1319 starts.append(next_pos)
1325 if len(stops) < len(starts):
1330 self._toc = dict(enumerate(zip(starts, stops)))