Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h103 typedef uint16_t Py_UCS2; typedef
/third_party/python/Include/cpython/
Dunicodeobject.h380 _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value); in PyUnicode_WRITE() local