Home
last modified time | relevance | path

Searched refs:foldascii (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dcompile.cc803 bool foldascii = cc->FoldsASCII(); in PostVisit() local
810 if (foldascii && 'A' <= i->lo && i->hi <= 'Z') in PostVisit()
815 bool fold = foldascii; in PostVisit()
Dparse.cc520 static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { in AddLiteral() argument
522 if (foldascii && 'a' <= r && r <= 'z') in AddLiteral()