Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c1068 resize_copy(PyObject *unicode, Py_ssize_t length) in resize_copy() function
1903 PyObject *copy = resize_copy(unicode, length); in unicode_resize()