Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c23 #define NUMERIC_MASK 0x200 macro
122 return (ctype->flags & NUMERIC_MASK) != 0; in _PyUnicode_IsNumeric()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py66 NUMERIC_MASK = 0x200 variable
428 flags |= NUMERIC_MASK