Lines Matching defs:start
128 // If tag <= 0 then it is the negation of a start index of a substring of
177 // Let the next substring start with the second "$".
672 int start = current_match[0];
675 if (prev < start) {
676 builder.AddSubjectSlice(prev, start);
682 compiled_replacement.Apply(&builder, start, end, current_match);
728 int start = current_match[0];
733 int new_length = subject_length - (end - start);
750 start = current_match[0];
752 if (prev < start) {
753 // Add substring subject[prev;start] to answer string.
755 start - prev);
756 position += start - prev;
1152 DCHECK_GE(capture_ix, 1); // Explicit groups start at index 1.
1178 // start.
1277 int start = current_match[i * 2];
1278 if (start >= 0) {
1280 DCHECK(start <= end);
1282 isolate->factory()->NewSubString(subject, start, end);
1427 // start.