Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c1902 replace_substring(PyByteArrayObject *self, in replace_substring() function
2035 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
Dstringobject.c2673 replace_substring(PyStringObject *self, in replace_substring() function
2805 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()