Searched defs:SRE_FLAG_UNICODE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/re/ | ||
D | _constants.py | 214 SRE_FLAG_UNICODE = 32 # use unicode "locale" variable |
/external/python/cpython3/Modules/_sre/ | ||
D | sre_constants.h | 92 #define SRE_FLAG_UNICODE 32 macro |