Searched refs:replstr (Results 1 – 4 of 4) sorted by relevance
976 PyObject *replstr, /* Substring to replace */
1659 PyObject *replstr, Py_ssize_t maxcount)1661 Replace at most *maxcount* occurrences of *substr* in *str* with *replstr* and
2707 PyUnicode_Replace:PyObject*:replstr:0:
13119 PyObject *replstr, in PyUnicode_Replace() argument13123 ensure_unicode(replstr) < 0) in PyUnicode_Replace()13125 return replace(str, substr, replstr, maxcount); in PyUnicode_Replace()