Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c1079 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid() function
1136 unicode_fill_invalid(unicode, old_length); in resize_compact()
1188 unicode_fill_invalid(unicode, old_length); in resize_inplace()
1391 unicode_fill_invalid((PyObject*)unicode, 0); in PyUnicode_New()