Searched refs:replace_substring (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1902 replace_substring(PyByteArrayObject *self, in replace_substring() function 2035 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|
D | stringobject.c | 2673 replace_substring(PyStringObject *self, in replace_substring() function 2805 return replace_substring(self, from_s, from_len, to_s, to_len, maxcount); in replace()
|