Home | History | Annotate | Download | only in common_lib

Lines Matching refs:IGNORECASE

385         self.ignorecase = False
476 s.append('ignorecase: ' + str(self.ignorecase))
1216 if self.ignorecase:
1217 compile_flags = compile_flags | re.IGNORECASE