Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h1178 Py_DEPRECATED(3.3) 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.c15897 Py_UNICODE_strcat(Py_UNICODE *s1, const Py_UNICODE *s2) in Py_UNICODE_strcat() function