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