Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h289 static inline void PyUnicode_WRITE(int kind, void *data, in PyUnicode_WRITE() function
307 #define PyUnicode_WRITE(kind, data, index, value) \ macro