Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c1255 * the caller fails before initializing str -- unicode_resize() in _PyUnicode_New()
1258 * We don't want unicode_resize to read uninitialized memory in in _PyUnicode_New()
1998 unicode_resize(PyObject **p_unicode, Py_ssize_t length) in unicode_resize() function
2055 return unicode_resize(p_unicode, length); in PyUnicode_Resize()
11531 if (unicode_resize(p_left, new_len) != 0) in PyUnicode_Append()

Completed in 19 milliseconds