Home
last modified time | relevance | path

Searched refs:SRE_DIGIT_MASK (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_sre.c115 #define SRE_DIGIT_MASK 1 macro
142 ((ch) < 128 ? (sre_char_info[(ch)] & SRE_DIGIT_MASK) : 0)