Searched defs:Py_CHARMASK (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython.h154 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro
/external/python/cpython3/Include/
H A Dpymacro.h25 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro

Completed in 191 milliseconds