Home | History | Annotate | Download | only in python_gflags

Lines Matching full:curr

1503       curr = sorted_flags[flag_idx]
1509 for curr_idx in range(len(curr)):
1512 or curr[curr_idx] != next[curr_idx]):
1513 # curr longer than next or no more chars in common
1514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]
1518 # curr shorter than (or equal to) next
1519 shortest_matches[curr] = curr