Searched refs:PyUnicode_Append (Results 1 – 9 of 9) sorted by relevance
827 PyAPI_FUNC(void) PyUnicode_Append(
603 EXPORT_FUNC(PyUnicode_Append)
678 function,PyUnicode_Append,3.2,
737 …<elf-symbol name='PyUnicode_Append' type='func-type' binding='global-binding' visibility='default-…11000 …PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='Objects/unicodeobject.c' line='11772' …12885 …<function-decl name='PyUnicode_Append' mangled-name='PyUnicode_Append' filepath='./Include/unicode…
795 PyUnicode_Append(&inbuf_tmp, unistr); in encoder_encode_stateful()
1346 function PyUnicode_Append
6368 PyUnicode_Append(&res, w); in unicode_concatenate()
806 PyUnicode_Append(&name, u->u_name); in compiler_set_qualname()
11791 PyUnicode_Append(PyObject **p_left, PyObject *right) in PyUnicode_Append() function11876 PyUnicode_Append(pleft, right); in PyUnicode_AppendAndDel()