Home | History | Annotate | Download | only in Modules

Lines Matching refs:SRE_DIGIT_MASK

128 #define SRE_DIGIT_MASK 1

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