Searched refs:DIGIT_MASK (Results 1 – 4 of 4) sorted by relevance
16 #define DIGIT_MASK 0x04 macro105 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1; in _PyUnicode_ToDigit()
15 #define DIGIT_MASK 0x04 macro127 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1; in _PyUnicode_ToDigit()
59 DIGIT_MASK = 0x04 variable425 flags |= DIGIT_MASK
84 DIGIT_MASK = 0x04 variable485 flags |= DIGIT_MASK