Searched refs:unicode_replace_impl (Results 1 – 2 of 2) sorted by relevance
593 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new,608 return_value = unicode_replace_impl(self, old, new, count); in unicode_replace()
12599 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new, in unicode_replace_impl() function