Searched defs:PyUnicode_GET_SIZE (Results 1 – 6 of 6) sorted by relevance
652 static inline Py_ssize_t PyUnicode_GET_SIZE(PyObject *op) in PyUnicode_GET_SIZE() function664 # define PyUnicode_GET_SIZE(op) PyUnicode_GET_SIZE(_PyObject_CAST(op)) macro
432 #define PyUnicode_GET_SIZE(op) \ macro