Home | History | Annotate | Download | only in re2

Lines Matching refs:first_i

892     Regexp* first_i = NULL;
894 first_i = LeadingRegexp(sub[i]);
895 if (first != NULL && Regexp::Equal(first, first_i)) {
924 first = first_i;