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