Searched refs:replace_substring (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dbytearrayobject.c1886 replace_substring(PyByteArrayObject *self, function
2023 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount);
H A Dstringobject.c2672 replace_substring(PyStringObject *self, function
2808 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount);

Completed in 204 milliseconds