Searched defs:Py_CHARMASK (Results 1 – 6 of 6) sorted by relevance
157 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro
47 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro