Home | History | Annotate | Download | only in re2

Lines Matching defs:cc

790       CharClass* cc = re->cc();
791 if (cc->empty()) {
804 bool foldascii = cc->FoldsASCII();
809 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i) {