Searched refs:Py_UNICODE_strcat (Results 1 – 3 of 3) sorted by relevance
2270 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
2292 * :c:macro:`Py_UNICODE_strcat`: use :c:func:`PyUnicode_CopyCharacters` or
15549 Py_UNICODE_strcat(Py_UNICODE *s1, const Py_UNICODE *s2) in Py_UNICODE_strcat() function