Searched defs:PyUnicode_GET_DATA_SIZE (Results 1 – 6 of 6) sorted by relevance
668 static inline Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *op) in PyUnicode_GET_DATA_SIZE() function676 # define PyUnicode_GET_DATA_SIZE(op) PyUnicode_GET_DATA_SIZE(_PyObject_CAST(op)) macro
434 #define PyUnicode_GET_DATA_SIZE(op) \ macro