Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c1110 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace() function
2074 return resize_inplace(unicode, length); in unicode_resize()