Home | History | Annotate | Download | only in src

Lines Matching refs:range_to

1528   result->data_.u_clear_captures.range_to = range.to();
4223 data_.u_clear_captures.range_to));
4627 that->data_.u_clear_captures.range_to);
5349 uc16 range_to = c - (block_end - end);
5350 if (!(bottom <= range_from && range_to <= top)) {
5351 ranges->Add(CharacterRange(range_from, range_to), zone);