Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c2034 unicode_resize(PyObject **p_unicode, Py_ssize_t length) in unicode_resize() function
2091 return unicode_resize(p_unicode, length); in PyUnicode_Resize()
11846 if (unicode_resize(p_left, new_len) != 0) in PyUnicode_Append()