Searched refs:PyUnicode_Replace (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Include/ |
D | unicodeobject.h | 205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro 292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro 1272 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
|
/external/python/cpython3/Python/ |
D | ast_unparse.c | 81 PyObject *new_repr = PyUnicode_Replace( in append_repr() 578 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces() 582 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1696 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/cpython3/Include/ |
D | unicodeobject.h | 973 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2704 PyUnicode_Replace:PyObject*::+1: 2705 PyUnicode_Replace:PyObject*:str:0: 2706 PyUnicode_Replace:PyObject*:substr:0: 2707 PyUnicode_Replace:PyObject*:replstr:0: 2708 PyUnicode_Replace:Py_ssize_t:maxcount::
|
D | stable_abi.dat | 754 function,PyUnicode_Replace,3.2,
|
D | python3.10.abi | 827 …<elf-symbol name='PyUnicode_Replace' type='func-type' binding='global-binding' visibility='default… 10968 …PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='13098… 12229 …<function-decl name='PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='./Include/unico…
|
/external/python/cpython2/Modules/_io/ |
D | stringio.c | 126 PyObject *translated = PyUnicode_Replace( in write_str()
|
/external/python/cpython3/Modules/_io/ |
D | stringio.c | 194 PyObject *translated = PyUnicode_Replace( in write_str()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 677 EXPORT_FUNC(PyUnicode_Replace)
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 2833 return PyUnicode_Replace((PyObject *)self, in string_replace() 2845 return PyUnicode_Replace((PyObject *)self, in string_replace()
|
D | unicodeobject.c | 7266 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function
|
/external/python/cpython3/Misc/ |
D | stable_abi.txt | 1452 function PyUnicode_Replace
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 1075 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_…
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1658 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, \
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13117 PyUnicode_Replace(PyObject *str, in PyUnicode_Replace() function
|