Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:curr_idx

1509       for curr_idx in range(len(curr)):
1511 or curr_idx >= next_len
1512 or curr[curr_idx] != next[curr_idx]):
1514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]
1515 prev_idx = curr_idx
1520 prev_idx = curr_idx + 1 # next will need at least one more char