Home
last modified time | relevance | path

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

/aosp_15_r20/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(
/aosp_15_r20/external/python/cpython3/Python/
Dast_unparse.c81 PyObject *new_repr = PyUnicode_Replace( in append_repr()
578 temp = PyUnicode_Replace(orig, &_Py_STR(open_br), &_Py_STR(dbl_open_br), -1); in escape_braces()
582 result = PyUnicode_Replace(temp, &_Py_STR(close_br), &_Py_STR(dbl_close_br), -1); in escape_braces()
Dast_opt.c273 Py_SETREF(str, PyUnicode_Replace(str, &_Py_STR(dbl_percent), in parse_literal()
/aosp_15_r20/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::
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h969 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h969 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h969 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h969 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h969 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2641 PyUnicode_Replace:PyObject*::+1:
2642 PyUnicode_Replace:PyObject*:str:0:
2643 PyUnicode_Replace:PyObject*:substr:0:
2644 PyUnicode_Replace:PyObject*:replstr:0:
2645 PyUnicode_Replace:Py_ssize_t:maxcount::
Dstable_abi.dat774 function,PyUnicode_Replace,3.2,,
Dpython3.11.abi836 …<elf-symbol name='PyUnicode_Replace' type='func-type' binding='global-binding' visibility='default…
10314PyUnicode_Replace' mangled-name='PyUnicode_Replace' filepath='Objects/unicodeobject.c' line='12795…
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c126 PyObject *translated = PyUnicode_Replace( in write_str()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dstringio.c194 PyObject *translated = PyUnicode_Replace( in write_str()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c690 EXPORT_FUNC(PyUnicode_Replace)
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c2833 return PyUnicode_Replace((PyObject *)self, in string_replace()
2845 return PyUnicode_Replace((PyObject *)self, in string_replace()
Dunicodeobject.c7266 PyObject *PyUnicode_Replace(PyObject *obj, in PyUnicode_Replace() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1544 [function.PyUnicode_Replace]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst1075 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1481 .. c:function:: PyObject* PyUnicode_Replace(PyObject *str, PyObject *substr, \
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c12795 PyUnicode_Replace(PyObject *str, in PyUnicode_Replace() function