Home
last modified time | relevance | path

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

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