Searched refs:NUMERIC_MASK (Results 1 – 4 of 4) sorted by relevance
23 #define NUMERIC_MASK 0x200 macro122 return (ctype->flags & NUMERIC_MASK) != 0; in _PyUnicode_IsNumeric()
24 #define NUMERIC_MASK 0x800 macro144 return (ctype->flags & NUMERIC_MASK) != 0; in _PyUnicode_IsNumeric()
66 NUMERIC_MASK = 0x200 variable428 flags |= NUMERIC_MASK
93 NUMERIC_MASK = 0x800 variable488 flags |= NUMERIC_MASK