Home
last modified time | relevance | path

Searched refs:PyUnicode_Resize (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/third_party/python/Doc/data/
Dstable_abi.dat755 function,PyUnicode_Resize,3.2,
/third_party/python/PC/
Dpython3dll.c678 EXPORT_FUNC(PyUnicode_Resize)
/third_party/python/Misc/
Dstable_abi.txt1454 function PyUnicode_Resize
/third_party/python/Objects/
Dunicodeobject.c2078 PyUnicode_Resize(PyObject **p_unicode, Py_ssize_t length) in PyUnicode_Resize() function
14873 if (PyUnicode_Resize(&result, len) < 0) in _PyUnicode_FormatLong()