Home
last modified time | relevance | path

Searched refs:NUMERIC_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dunicodectype.c24 #define NUMERIC_MASK 0x800 macro
144 return (ctype->flags & NUMERIC_MASK) != 0; in _PyUnicode_IsNumeric()
/third_party/python/Tools/unicode/
Dmakeunicodedata.py96 NUMERIC_MASK = 0x800 variable
493 flags |= NUMERIC_MASK