Searched refs:foldascii (Results 1 – 2 of 2) sorted by relevance
804 bool foldascii = cc->FoldsASCII(); in PostVisit() local811 if (foldascii && 'A' <= i->lo && i->hi <= 'Z') in PostVisit()816 bool fold = foldascii; in PostVisit()
519 static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { in AddLiteral() argument521 if (foldascii && 'a' <= r && r <= 'z') in AddLiteral()