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