Searched defs:PyUnicode_AS_UNICODE (Results 1 – 6 of 6) sorted by relevance
685 static inline Py_UNICODE* PyUnicode_AS_UNICODE(PyObject *op) in PyUnicode_AS_UNICODE() function698 # define PyUnicode_AS_UNICODE(op) PyUnicode_AS_UNICODE(_PyObject_CAST(op)) macro
436 #define PyUnicode_AS_UNICODE(op) \ macro