Home | History | Annotate | Download | only in src

Lines Matching refs:match_end

3649                                        int match_end) {
3658 RegExpImpl::SetCapture(elements, 1, match_end);
3680 int match_end = pos + pattern_length;
3681 match_end);
3684 if (new_pos > match_end) {
3686 match_end,
3778 int match_end = 0;
3797 if (match_end < match_start) {
3799 match_end,
3802 match_end = register_vector[1];
3807 match_end));
3811 match_end));
3813 if (match_start != match_end) {
3814 pos = match_end;
3816 pos = match_end + 1;
3829 if (match_end < subject_length) {
3831 match_end,
3837 match_end);
3871 int match_end = 0;
3881 if (match_end < match_start) {
3883 match_end,
3886 match_end = register_vector[1];
3899 match_end);
3903 match_end);
3935 if (match_end > match_start) {
3936 pos = match_end;
3938 pos = match_end + 1;
3953 if (match_end < subject_length) {
3955 match_end,