Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c14 #define DECIMAL_MASK 0x02 macro
110 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1; in _PyUnicode_ToDecimalDigit()
/third_party/python/Tools/unicode/
Dmakeunicodedata.py86 DECIMAL_MASK = 0x02 variable
486 flags |= DECIMAL_MASK