Searched defs:SRE_FLAG_ASCII (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/re/ | ||
D | _constants.py | 217 SRE_FLAG_ASCII = 256 # use ascii "locale" variable |
/external/python/cpython3/Modules/_sre/ | ||
D | sre_constants.h | 95 #define SRE_FLAG_ASCII 256 macro |