Searched refs:first_i (Results 1 – 1 of 1) sorted by relevance
1097 Regexp* first_i = NULL; in Round2() local1099 first_i = Regexp::LeadingRegexp(sub[i]); in Round2()1119 Regexp::Equal(first, first_i)) in Round2()1140 first = first_i; in Round2()1154 Regexp* first_i = NULL; in Round3() local1156 first_i = sub[i]; in Round3()1160 (first_i->op() == kRegexpLiteral || in Round3()1161 first_i->op() == kRegexpCharClass)) in Round3()1195 first = first_i; in Round3()