Home
last modified time | relevance | path

Searched refs:PyUnicode_Replace (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro
292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
1272 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/external/python/cpython2/Doc/data/
Drefcounts.dat1696 PyUnicode_Replace:PyObject*::+1:
1697 PyUnicode_Replace:PyObject*:str:0:
1698 PyUnicode_Replace:PyObject*:substr:0:
1699 PyUnicode_Replace:PyObject*:replstr:0:
1700 PyUnicode_Replace:int:maxcount::
/external/python/cpython2/Modules/_io/
Dstringio.c126 PyObject *translated = PyUnicode_Replace( in write_str()
/external/python/cpython2/Objects/
Dstringobject.c2836 return PyUnicode_Replace((PyObject *)self, in string_replace()
2848 return PyUnicode_Replace((PyObject *)self, in string_replace()
Dunicodeobject.c7271 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst1075 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_…