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