Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h2273 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strncpy(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2294 * :c:macro:`Py_UNICODE_strcpy`, :c:macro:`Py_UNICODE_strncpy`,
/external/python/cpython3/Objects/
Dunicodeobject.c15539 Py_UNICODE_strncpy(Py_UNICODE *s1, const Py_UNICODE *s2, size_t n) in Py_UNICODE_strncpy() function