Home | History | Annotate | Download | only in Modules

Lines Matching refs:SRE_DIGIT_MASK

115 #define SRE_DIGIT_MASK 1
142 ((ch) < 128 ? (sre_char_info[(ch)] & SRE_DIGIT_MASK) : 0)