Searched defs:PyUnicode_GET_DATA_SIZE (Results 1 – 4 of 4) 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