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

/external/python/cpython3/Lib/
H A Dsre_constants.py167 SRE_FLAG_LOCALE = 4 # honour system locale variable
210 f.write("#define SRE_FLAG_LOCALE %d\n" % SRE_FLAG_LOCALE)
/external/python/cpython2/Modules/
H A Dsre_constants.h79 #define SRE_FLAG_LOCALE 4 macro
/external/python/cpython3/Modules/
H A Dsre_constants.h80 #define SRE_FLAG_LOCALE 4 macro
/external/python/cpython2/Lib/
H A Dsre_constants.py209 SRE_FLAG_LOCALE = 4 # honour system locale variable
252 f.write("#define SRE_FLAG_LOCALE %d\n" % SRE_FLAG_LOCALE)

Completed in 75 milliseconds