Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h396 static inline Py_UCS4 PyUnicode_READ(int kind, in PyUnicode_READ() function
409 #define PyUnicode_READ(kind, data, index) \ macro