Home | History | Annotate | Download | only in re2

Lines Matching refs:nsub

646   if (re->op() == kRegexpConcat && re->nsub() >= 2) {
662 if (re->op() == kRegexpConcat && re->nsub() >= 2) {
668 if (re->nsub() == 2) {
690 while (re->op() == kRegexpConcat && re->nsub() > 0)
756 switch (re->nsub()) {
760 LOG(DFATAL) << "Concat of " << re->nsub();