Home
last modified time | relevance | path

Searched refs:PyUnicode_Concat (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h819 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
/third_party/python/Doc/data/
Dstable_abi.dat702 function,PyUnicode_Concat,3.2,
Drefcounts.dat2655 PyUnicode_Concat:PyObject*::+1:
2656 PyUnicode_Concat:PyObject*:left:0:
2657 PyUnicode_Concat:PyObject*:right:0:
/third_party/python/PC/
Dpython3dll.c627 EXPORT_FUNC(PyUnicode_Concat)
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1604 PyObject *joined = PyUnicode_Concat(repr, nrep); in SwigPyObject_repr()
5219 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5225 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5232 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1599 PyObject *joined = PyUnicode_Concat(repr, nrep); in SwigPyObject_repr()
5182 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5188 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5195 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
/third_party/python/Misc/
Dstable_abi.txt1380 function PyUnicode_Concat
/third_party/python/Modules/_io/
Dtextio.c2191 line = PyUnicode_Concat(remaining, self->decoded_chars); in _textiowrapper_readline()
/third_party/python/Modules/
D_tkinter.c140 tcl_library_path = PyUnicode_Concat(prefix, tcl_library_path); in _get_tcl_lib_path()
/third_party/python/Python/
Dcompile.c783 base = PyUnicode_Concat(parent->u_qualname, dot_locals_str); in compiler_set_qualname()
800 name = PyUnicode_Concat(base, dot_str); in compiler_set_qualname()
Dceval.c4600 name_str = PyUnicode_Concat(tmp, tail); in format_missing()
/third_party/python/Modules/_ctypes/
D_ctypes.c1989 newname = PyUnicode_Concat(name, suffix); in CreateSwappedType()
/third_party/python/Doc/c-api/
Dunicode.rst1592 .. c:function:: PyObject* PyUnicode_Concat(PyObject *left, PyObject *right)
/third_party/python/Objects/
Dunicodeobject.c11740 PyUnicode_Concat(PyObject *left, PyObject *right) in PyUnicode_Concat() function
14559 PyUnicode_Concat, /* sq_concat */
/third_party/python/Doc/whatsnew/
D3.3.rst2479 :c:func:`PyUnicode_Concat()`, :c:func:`PyUnicode_Join` or