Home
last modified time | relevance | path

Searched defs:SRE_FLAG_UNICODE (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsre_constants.py207 SRE_FLAG_UNICODE = 32 # use unicode "locale" variable
/third_party/python/Modules/
Dsre_constants.h91 #define SRE_FLAG_UNICODE 32 macro