Home | History | Annotate | Download | only in re2

Lines Matching refs:parse_flags_

554           AddLiteral(r3->ccb_, rune, r3->parse_flags_ & Regexp::FoldCase);
559 r1->parse_flags_ & Regexp::FoldCase);
692 *flags = static_cast<Regexp::ParseFlags>(re->parse_flags_ & Regexp::FoldCase);
1081 if ((re1->parse_flags_ & FoldCase) != (re2->parse_flags_ & FoldCase))
1108 re1->parse_flags_ = flags;