Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpyctype.c54 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x30 '0' */
55 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x31 '1' */
56 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x32 '2' */
57 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x33 '3' */
58 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x34 '4' */
59 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x35 '5' */
60 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x36 '6' */
61 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x37 '7' */
62 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x38 '8' */
63 PY_CTF_DIGIT|PY_CTF_XDIGIT, /* 0x39 '9' */
[all …]
/external/python/cpython2/Include/
Dpyctype.h10 #define PY_CTF_XDIGIT 0x10 macro
21 #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)