Searched defs:Py_UNICODE_COPY (Results 1 – 2 of 2) sorted by relevance
54 Py_UNICODE_COPY(Py_UNICODE *target, const Py_UNICODE *source, Py_ssize_t length) { in Py_UNICODE_COPY() function
393 #define Py_UNICODE_COPY(target, source, length) \ macro