Lines Matching full:range_from
1527 result->data_.u_clear_captures.range_from = range.from();
4222 new_capture(Interval(data_.u_clear_captures.range_from,
4626 that->data_.u_clear_captures.range_from,
5348 uc16 range_from = c - (block_end - pos);
5350 if (!(bottom <= range_from && range_to <= top)) {
5351 ranges->Add(CharacterRange(range_from, range_to), zone);