Home
last modified time | relevance | path

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

/third_party/python/Lib/re/
D_constants.py215 SRE_FLAG_ASCII = 256 # use ascii "locale" variable
/third_party/python/Modules/_sre/
Dsre_constants.h96 #define SRE_FLAG_ASCII 256 macro