Home | History | Annotate | Download | only in src

Lines Matching defs:to_replace

5441     CharacterRange to_replace = list->at(start_pos);
5442 int new_from = Min(to_replace.from(), from);
5443 int new_to = Max(to_replace.to(), to);