prog.h | 105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; } 116 if (foldcase_ && 'A' <= c && c <= 'Z') 159 uint8 foldcase_; // convert A-Z to a-z before checking range. member in struct:re2::Prog::Inst::__anon19513::__anon19514
|