Searched refs:PyUnicode_GET_DATA_SIZE (Results 1 – 12 of 12) sorted by relevance
314 PyUnicode_GET_DATA_SIZE(a), in compare_digest()315 PyUnicode_GET_DATA_SIZE(b)); in compare_digest()
648 size = PyUnicode_GET_DATA_SIZE(obj); in unicode_internal_encode()
2044 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
434 #define PyUnicode_GET_DATA_SIZE(op) \ macro
1416 PyUnicode_GET_DATA_SIZE:int:::1417 PyUnicode_GET_DATA_SIZE:PyObject*:o:0:
388 #define PyUnicode_GET_DATA_SIZE(op) \ macro
2328 PyUnicode_GET_DATA_SIZE:Py_ssize_t:::2329 PyUnicode_GET_DATA_SIZE:PyObject*:o:0:
2724 n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
8064 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()8081 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()
80 .. c:function:: Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *o)
216 .. c:function:: Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *o)
2280 * :c:macro:`PyUnicode_GET_DATA_SIZE`: use