Lines Matching defs:match_end
1010 const int match_end = match_info_->Capture(1);
1011 return isolate_->factory()->NewSubString(subject_, match_end,
1232 int match_end = 0;
1243 if (match_end < match_start) {
1244 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end,
1247 match_end = current_match[1];
1254 match_end);
1257 isolate->factory()->NewSubString(subject, match_start, match_end);
1313 if (match_end < subject_length) {
1314 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end,