Home
last modified time | relevance | path

Searched defs:Py_ISXDIGIT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpyctype.h21 #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT) macro
/external/python/cpython3/Include/
Dpyctype.h22 #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT) macro