Searched refs:PyUnicode_Append (Results 1 – 6 of 6) sorted by relevance
807 PyAPI_FUNC(void) PyUnicode_Append(
629 PyUnicode_Append=python39.PyUnicode_Append
768 PyUnicode_Append(&inbuf_tmp, unistr); in encoder_encode_stateful()
5552 PyUnicode_Append(&res, w); in unicode_concatenate()
745 PyUnicode_Append(&name, u->u_name); in compiler_set_qualname()
11521 PyUnicode_Append(PyObject **p_left, PyObject *right) in PyUnicode_Append() function11604 PyUnicode_Append(pleft, right); in PyUnicode_AppendAndDel()