Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c910 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid() function
980 unicode_fill_invalid(unicode, old_length); in resize_compact()
1039 unicode_fill_invalid(unicode, old_length); in resize_inplace()
1369 unicode_fill_invalid((PyObject*)unicode, 0); in PyUnicode_New()