Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyctype.h17 #define Py_ISLOWER(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_LOWER) macro
/external/python/cpython3/Include/
Dpyctype.h18 #define Py_ISLOWER(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_LOWER) macro