Home
last modified time | relevance | path

Searched refs:PyUnicode_GET_DATA_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/
Doperator.c314 PyUnicode_GET_DATA_SIZE(a), in compare_digest()
315 PyUnicode_GET_DATA_SIZE(b)); in compare_digest()
D_codecsmodule.c648 size = PyUnicode_GET_DATA_SIZE(obj); in unicode_internal_encode()
Darraymodule.c2043 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
/external/python/cpython2/Include/
Dunicodeobject.h434 #define PyUnicode_GET_DATA_SIZE(op) \ macro
/external/python/cpython2/Doc/data/
Drefcounts.dat1416 PyUnicode_GET_DATA_SIZE:int:::
1417 PyUnicode_GET_DATA_SIZE:PyObject*:o:0:
/external/python/cpython2/Objects/
Dunicodeobject.c8068 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()
8085 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()
/external/python/cpython2/Doc/c-api/
Dunicode.rst80 .. c:function:: Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *o)