Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h678 stringlib_replace(PyObject *self, in stringlib_replace() function
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c1418 return stringlib_replace((PyObject *)self, in bytearray_replace_impl()
Dbytesobject.c2213 return stringlib_replace((PyObject *)self, in bytes_replace_impl()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c2263 return stringlib_replace((PyObject *)self, in bytes_replace_impl()