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