Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h700 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new,
751 return_value = unicode_replace_impl(self, old, new, count); in unicode_replace()
/external/python/cpython3/Objects/
Dunicodeobject.c12873 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new, in unicode_replace_impl() function