Searched defs:Py_ISDIGIT (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dpyctype.h20 #define Py_ISDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT) macro
/external/python/cpython3/Include/
H A Dpyctype.h21 #define Py_ISDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT) macro

Completed in 212 milliseconds