Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/third_party/python/Modules/
Dunicodedata.c99 const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version()
100 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version() argument
/third_party/python/Include/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/third_party/python/Objects/
Dunicodeobject.c10019 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument