Lines Matching defs:end
610 // Add remaining subject content at the end.
673 int end = current_match[1];
682 compiled_replacement.Apply(&builder, start, end, current_match);
684 prev = end;
729 int end = current_match[1];
733 int new_length = subject_length - (end - start);
751 end = current_match[1];
758 prev = end;
842 // The list indices now contains the end of each part to create.
1279 int end = current_match[i * 2 + 1];
1280 DCHECK(start <= end);
1282 isolate->factory()->NewSubString(subject, start, end);
1742 const uint32_t end =
1744 if (end == prev_string_index) {
1759 prev_string_index = end;