Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h162 # define PyUnicode_Concat PyUnicodeUCS2_Concat macro
249 # define PyUnicode_Concat PyUnicodeUCS4_Concat macro
1145 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
/external/python/cpython3/Include/
Dunicodeobject.h819 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
/external/python/cpython2/Doc/data/
Drefcounts.dat1654 PyUnicode_Concat:PyObject*::+1:
1655 PyUnicode_Concat:PyObject*:left:0:
1656 PyUnicode_Concat:PyObject*:right:0:
/external/python/cpython2/Modules/_io/
Dtextio.c1534 final = PyUnicode_Concat(result, decoded); in textiowrapper_read()
1748 line = PyUnicode_Concat(remaining, self->decoded_chars); in _textiowrapper_readline()
/external/python/cpython3/PC/
Dpython3dll.c627 EXPORT_FUNC(PyUnicode_Concat)
/external/python/cpython3/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:
Dpython3.10.abi763 …<elf-symbol name='PyUnicode_Concat' type='func-type' binding='global-binding' visibility='default-…
11005PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='Objects/unicodeobject.c' line='11721' …
12909 …<function-decl name='PyUnicode_Concat' mangled-name='PyUnicode_Concat' filepath='./Include/unicode…
/external/webp/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()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1483 PyObject *joined = PyUnicode_Concat(repr, nrep); in SwigPyObject_repr()
5757 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5763 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
5770 joined = PyUnicode_Concat(str, tail); in swig_varlink_str()
/external/python/cpython2/Objects/
Dstringobject.c1029 return PyUnicode_Concat((PyObject *)a, bb); in string_concat()
4728 w = PyUnicode_Concat(result, v); in PyString_Format()
Dunicodeobject.c6353 PyObject *PyUnicode_Concat(PyObject *left, in PyUnicode_Concat() function
7986 PyUnicode_Concat, /* sq_concat */
/external/python/cpython3/Misc/
Dstable_abi.txt1380 function PyUnicode_Concat
/external/python/cpython3/Modules/
D_tkinter.c140 tcl_library_path = PyUnicode_Concat(prefix, tcl_library_path); in _get_tcl_lib_path()
/external/python/cpython3/Modules/_io/
Dtextio.c2191 line = PyUnicode_Concat(remaining, self->decoded_chars); in _textiowrapper_readline()
/external/python/cpython2/Doc/c-api/
Dunicode.rst992 .. c:function:: PyObject* PyUnicode_Concat(PyObject *left, PyObject *right)
/external/python/cpython2/Python/
Dast.c3574 PyObject *temp = PyUnicode_Concat(v, s); in parsestrplus()
/external/python/cpython3/Python/
Dcompile.c785 base = PyUnicode_Concat(parent->u_qualname, dot_locals_str); in compiler_set_qualname()
802 name = PyUnicode_Concat(base, dot_str); in compiler_set_qualname()
Dceval.c4600 name_str = PyUnicode_Concat(tmp, tail); in format_missing()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1989 newname = PyUnicode_Concat(name, suffix); in CreateSwappedType()
/external/python/cpython3/Doc/c-api/
Dunicode.rst1592 .. c:function:: PyObject* PyUnicode_Concat(PyObject *left, PyObject *right)
/external/python/cpython3/Objects/
Dunicodeobject.c11740 PyUnicode_Concat(PyObject *left, PyObject *right) in PyUnicode_Concat() function
14559 PyUnicode_Concat, /* sq_concat */
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2479 :c:func:`PyUnicode_Concat()`, :c:func:`PyUnicode_Join` or