Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h371 static inline void PyUnicode_WRITE(int kind, void *data, in PyUnicode_WRITE() function
389 #define PyUnicode_WRITE(kind, data, index, value) \ macro