Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h267 #define PyUnicode_GET_DATA_SIZE(op) \ macro
/third_party/python/Doc/data/
Drefcounts.dat2349 PyUnicode_GET_DATA_SIZE:Py_ssize_t:::
2350 PyUnicode_GET_DATA_SIZE:PyObject*:o:0:
/third_party/python/Doc/c-api/
Dunicode.rst221 .. c:function:: Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *o)
/third_party/python/Doc/whatsnew/
D3.3.rst2280 * :c:macro:`PyUnicode_GET_DATA_SIZE`: use