Home
last modified time | relevance | path

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

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