Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyctype.h29 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)]) macro
/external/python/cpython3/Include/
Dpyctype.h30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)]) macro