Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h96 typedef uint8_t Py_UCS1; typedef
/external/python/cpython3/Include/cpython/
Dunicodeobject.h295 _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value); in PyUnicode_WRITE() local