Home
last modified time | relevance | path

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

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