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

/external/python/cpython2/Include/
H A Dpyctype.h18 #define Py_ISUPPER(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_UPPER) macro
/external/python/cpython3/Include/
H A Dpyctype.h19 #define Py_ISUPPER(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_UPPER) macro

Completed in 277 milliseconds