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

/external/python/cpython2/Include/
H A Dpyctype.h28 #define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)]) macro
/external/python/cpython3/Include/
H A Dpyctype.h29 #define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)]) macro

Completed in 188 milliseconds