Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h154 #define Py_UNICODE_COPY(target, source, length) \ macro
/external/python/cpython2/Include/
Dunicodeobject.h393 #define Py_UNICODE_COPY(target, source, length) \ macro