Searched refs:PyUnicode_GET_DATA_SIZE (Results 1 – 9 of 9) 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()
2002 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
434 #define PyUnicode_GET_DATA_SIZE(op) \ macro
1987 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
8055 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()8072 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()
7951 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()7968 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()