Lines Matching refs:match_end
3158 int match_end) {
3167 RegExpImpl::SetCapture(elements, 1, match_end);
3189 int match_end = pos + pattern_length;
3190 int new_pos = search.Search(subject, match_end);
3193 if (new_pos > match_end) {
3195 match_end,
3285 int match_end = 0;
3303 if (match_end < match_start) {
3305 match_end,
3308 match_end = register_vector[1];
3312 match_end));
3313 if (match_start != match_end) {
3314 pos = match_end;
3316 pos = match_end + 1;
3328 if (match_end < subject_length) {
3330 match_end,
3336 match_end);
3370 int match_end = 0;
3380 if (match_end < match_start) {
3382 match_end,
3385 match_end = register_vector[1];
3396 match_end);
3422 if (match_end > match_start) {
3423 pos = match_end;
3425 pos = match_end + 1;
3439 if (match_end < subject_length) {
3441 match_end,