Lines Matching refs:IGNORECASE
385 self.ignorecase = False476 s.append('ignorecase: ' + str(self.ignorecase))1216 if self.ignorecase:1217 compile_flags = compile_flags | re.IGNORECASE