Lines Matching refs:FoldCase
228 re = new Regexp(kRegexpLiteral, flags_ | FoldCase); in PushRegexp()
371 if ((flags_ & FoldCase) && CycleFoldRune(r) != r) { in PushLiteral()
372 Regexp* re = new Regexp(kRegexpCharClass, flags_ & ~FoldCase); in PushLiteral()
432 Regexp* re = new Regexp(kRegexpCharClass, flags_ & ~FoldCase); in PushDot()
555 AddLiteral(r3->ccb_, rune, r3->parse_flags_ & Regexp::FoldCase); in DoVerticalBar()
560 r1->parse_flags_ & Regexp::FoldCase); in DoVerticalBar()
693 *flags = static_cast<Regexp::ParseFlags>(re->parse_flags_ & Regexp::FoldCase); in LeadingString()
1082 if ((re1->parse_flags_ & FoldCase) != (re2->parse_flags_ & FoldCase)) in MaybeConcatString()
1400 if (parse_flags & Regexp::FoldCase) in AddRangeFlags()
1449 if (parse_flags & Regexp::FoldCase) { in AddUGroup()
1667 Regexp* re = new Regexp(kRegexpCharClass, flags_ & ~FoldCase); in ParseCharClass()
1863 nflags &= ~FoldCase; in ParsePerlFlags()
1865 nflags |= FoldCase; in ParsePerlFlags()
2163 Regexp* re = new Regexp(kRegexpCharClass, ps.flags() & ~FoldCase); in Parse()
2181 Regexp* re = new Regexp(kRegexpCharClass, ps.flags() & ~FoldCase); in Parse()