Home
last modified time | relevance | path

Searched refs:Py_UNICODE_strcat (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dunicodeobject.h2270 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2292 * :c:macro:`Py_UNICODE_strcat`: use :c:func:`PyUnicode_CopyCharacters` or
/external/python/cpython3/Objects/
Dunicodeobject.c15549 Py_UNICODE_strcat(Py_UNICODE *s1, const Py_UNICODE *s2) in Py_UNICODE_strcat() function