Home | History | Annotate | Download | only in Modules

Lines Matching refs:SRE_DIGIT_MASK

129 #define SRE_DIGIT_MASK 1

156 ((ch) < 128 ? (sre_char_info[(ch)] & SRE_DIGIT_MASK) : 0)