Searched refs:PyUnicode_Append (Results 1 – 6 of 6) sorted by relevance
628 PyUnicode_Append=python37.PyUnicode_Append
1879 PyAPI_FUNC(void) PyUnicode_Append(
778 PyUnicode_Append(&inbuf_tmp, unistr); in encoder_encode_stateful()
5055 PyUnicode_Append(&res, w); in unicode_concatenate()
736 PyUnicode_Append(&name, u->u_name); in compiler_set_qualname()
11293 PyUnicode_Append(PyObject **p_left, PyObject *right) in PyUnicode_Append() function11376 PyUnicode_Append(pleft, right); in PyUnicode_AppendAndDel()