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

/external/python/cpython2/Objects/
H A Dbytearrayobject.c1671 replace_delete_substring(PyByteArrayObject *self, function
1998 return replace_delete_substring(self, from_s, from_len, maxcount);
H A Dstringobject.c2458 replace_delete_substring(PyStringObject *self, function
2783 return replace_delete_substring(self, from_s, from_len, maxcount);

Completed in 279 milliseconds