Searched refs:replstr (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | unicodeobject.h | 1275 PyObject *replstr, /* Substring to replace */
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 2036 PyObject *replstr, /* Substring to replace */
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 1075 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_… 1077 Replace at most *maxcount* occurrences of *substr* in *str* with *replstr* and
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1699 PyUnicode_Replace:PyObject*:replstr:0:
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1655 PyObject *replstr, Py_ssize_t maxcount) 1657 Replace at most *maxcount* occurrences of *substr* in *str* with *replstr* and
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2689 PyUnicode_Replace:PyObject*:replstr:0:
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 12573 PyObject *replstr, in PyUnicode_Replace() argument 12577 ensure_unicode(replstr) < 0) in PyUnicode_Replace() 12579 return replace(str, substr, replstr, maxcount); in PyUnicode_Replace()
|