Searched defs:PyUnicode_READ_CHAR (Results 1 – 1 of 1) sorted by relevance
419 static inline Py_UCS4 PyUnicode_READ_CHAR(PyObject *unicode, Py_ssize_t index) in PyUnicode_READ_CHAR() function434 # define PyUnicode_READ_CHAR(unicode, index) \ macro