Searched defs:Py_TOLOWER (Results 1 – 6 of 6) sorted by relevance
28 #define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)]) macro
32 #define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)]) macro