Home
last modified time | relevance | path

Searched refs:replstr (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h976 PyObject *replstr, /* Substring to replace */
/third_party/python/Doc/c-api/
Dunicode.rst1659 PyObject *replstr, Py_ssize_t maxcount)
1661 Replace at most *maxcount* occurrences of *substr* in *str* with *replstr* and
/third_party/python/Doc/data/
Drefcounts.dat2707 PyUnicode_Replace:PyObject*:replstr:0:
/third_party/python/Objects/
Dunicodeobject.c13119 PyObject *replstr, in PyUnicode_Replace() argument
13123 ensure_unicode(replstr) < 0) in PyUnicode_Replace()
13125 return replace(str, substr, replstr, maxcount); in PyUnicode_Replace()