Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c16 #define DIGIT_MASK 0x04 macro
105 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1; in _PyUnicode_ToDigit()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py59 DIGIT_MASK = 0x04 variable
425 flags |= DIGIT_MASK