Home | History | Annotate | Download | only in re2

Lines Matching refs:ClassNL

1388   bool cutnl = !(parse_flags & Regexp::ClassNL) ||
1458 bool cutnl = !(parse_flags & Regexp::ClassNL) ||
1679 if (!(flags_ & ClassNL) || (flags_ & NeverNL)) {
1749 // Regexp::ClassNL is set. In an explicit range or singleton
1750 // like we just parsed, we do not filter \n out, so set ClassNL
1752 re->ccb_->AddRangeFlags(rr.lo, rr.hi, flags_ | Regexp::ClassNL);