Searched defs:unicode_fill_invalid (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c868 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) function
938 unicode_fill_invalid(unicode, old_length);
997 unicode_fill_invalid(unicode, old_length);
1328 unicode_fill_invalid((PyObject*)unicode, 0);

Completed in 105 milliseconds