Home | History | Annotate | Download | only in src

Lines Matching refs:new_to

4418     int new_to = Max(to_replace.to(), to);
4419 list->at(start_pos) = CharacterRange(new_from, new_to);
4426 int new_to = Max(list->at(end_pos - 1).to(), to);
4430 list->at(start_pos) = CharacterRange(new_from, new_to);