Searched refs:first_i (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc892 Regexp* first_i = NULL; local
894 first_i = LeadingRegexp(sub[i]);
895 if (first != NULL && Regexp::Equal(first, first_i)) {
924 first = first_i;
/external/regex-re2/re2/
H A Dparse.cc892 Regexp* first_i = NULL; local
894 first_i = LeadingRegexp(sub[i]);
895 if (first != NULL && Regexp::Equal(first, first_i)) {
924 first = first_i;

Completed in 136 milliseconds