Searched refs:DECIMAL_MASK (Results 1 – 4 of 4) sorted by relevance
15 #define DECIMAL_MASK 0x02 macro88 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1; in _PyUnicode_ToDecimalDigit()
14 #define DECIMAL_MASK 0x02 macro110 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1; in _PyUnicode_ToDecimalDigit()
58 DECIMAL_MASK = 0x02 variable421 flags |= DECIMAL_MASK
86 DECIMAL_MASK = 0x02 variable486 flags |= DECIMAL_MASK