Searched defs:SRE_FLAG_IGNORECASE (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
H A Dsre_constants.py166 SRE_FLAG_IGNORECASE = 2 # case insensitive variable
209 f.write("#define SRE_FLAG_IGNORECASE %d\n" % SRE_FLAG_IGNORECASE)
/external/python/cpython2/Modules/
H A Dsre_constants.h78 #define SRE_FLAG_IGNORECASE 2 macro
/external/python/cpython3/Modules/
H A Dsre_constants.h79 #define SRE_FLAG_IGNORECASE 2 macro
/external/python/cpython2/Lib/
H A Dsre_constants.py208 SRE_FLAG_IGNORECASE = 2 # case insensitive variable
251 f.write("#define SRE_FLAG_IGNORECASE %d\n" % SRE_FLAG_IGNORECASE)

Completed in 61 milliseconds