Home
last modified time | relevance | path

Searched defs:Py_UNICODE_COPY (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h54 Py_UNICODE_COPY(Py_UNICODE *target, const Py_UNICODE *source, Py_ssize_t length) { in Py_UNICODE_COPY() function
/external/python/cpython2/Include/
Dunicodeobject.h393 #define Py_UNICODE_COPY(target, source, length) \ macro