| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 162 # define PyUnicode_Concat PyUnicodeUCS2_Concat macro 249 # define PyUnicode_Concat PyUnicodeUCS4_Concat macro 1145 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 819 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
|
| /external/python/cpython2/Doc/data/ |
| D | refcounts.dat | 1654 PyUnicode_Concat:PyObject*::+1: 1655 PyUnicode_Concat:PyObject*:left:0: 1656 PyUnicode_Concat:PyObject*:right:0:
|
| /external/python/cpython2/Modules/_io/ |
| D | textio.c | 1534 final = PyUnicode_Concat(result, decoded); in textiowrapper_read() 1748 line = PyUnicode_Concat(remaining, self->decoded_chars); in _textiowrapper_readline()
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 627 EXPORT_FUNC(PyUnicode_Concat)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 702 function,PyUnicode_Concat,3.2,
|
| D | refcounts.dat | 2655 PyUnicode_Concat:PyObject*::+1: 2656 PyUnicode_Concat:PyObject*:left:0: 2657 PyUnicode_Concat:PyObject*:right:0:
|
| D | python3.10.abi | 763 …<elf-symbol name='PyUnicode_Concat' type='func-type' binding='global-binding' visibility='default-… 11005 …PyUnicode_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/ |
| D | libwebp_python_wrap.c | 1604 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/ |
| D | marisa-swig_wrap.cxx | 1483 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/ |
| D | stringobject.c | 1029 return PyUnicode_Concat((PyObject *)a, bb); in string_concat() 4728 w = PyUnicode_Concat(result, v); in PyString_Format()
|
| D | unicodeobject.c | 6353 PyObject *PyUnicode_Concat(PyObject *left, in PyUnicode_Concat() function 7986 PyUnicode_Concat, /* sq_concat */
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 1380 function PyUnicode_Concat
|
| /external/python/cpython3/Modules/ |
| D | _tkinter.c | 140 tcl_library_path = PyUnicode_Concat(prefix, tcl_library_path); in _get_tcl_lib_path()
|
| /external/python/cpython3/Modules/_io/ |
| D | textio.c | 2191 line = PyUnicode_Concat(remaining, self->decoded_chars); in _textiowrapper_readline()
|
| /external/python/cpython2/Doc/c-api/ |
| D | unicode.rst | 992 .. c:function:: PyObject* PyUnicode_Concat(PyObject *left, PyObject *right)
|
| /external/python/cpython2/Python/ |
| D | ast.c | 3574 PyObject *temp = PyUnicode_Concat(v, s); in parsestrplus()
|
| /external/python/cpython3/Python/ |
| D | compile.c | 785 base = PyUnicode_Concat(parent->u_qualname, dot_locals_str); in compiler_set_qualname() 802 name = PyUnicode_Concat(base, dot_str); in compiler_set_qualname()
|
| D | ceval.c | 4600 name_str = PyUnicode_Concat(tmp, tail); in format_missing()
|
| /external/python/cpython3/Modules/_ctypes/ |
| D | _ctypes.c | 1989 newname = PyUnicode_Concat(name, suffix); in CreateSwappedType()
|
| /external/python/cpython3/Doc/c-api/ |
| D | unicode.rst | 1592 .. c:function:: PyObject* PyUnicode_Concat(PyObject *left, PyObject *right)
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 11740 PyUnicode_Concat(PyObject *left, PyObject *right) in PyUnicode_Concat() function 14559 PyUnicode_Concat, /* sq_concat */
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.3.rst | 2479 :c:func:`PyUnicode_Concat()`, :c:func:`PyUnicode_Join` or
|