Searched refs:unicode_resize (Results 1 – 1 of 1) sorted by relevance
2034 unicode_resize(PyObject **p_unicode, Py_ssize_t length) in unicode_resize() function2091 return unicode_resize(p_unicode, length); in PyUnicode_Resize()11846 if (unicode_resize(p_left, new_len) != 0) in PyUnicode_Append()