Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/external/python/cpython2/Include/
Dunicodeobject.h128 typedef unsigned int Py_UCS4; typedef
130 typedef unsigned long Py_UCS4; typedef
/external/python/cpython3/Modules/
Dunicodedata.c98 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version()
99 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version() argument
/external/python/cpython2/Modules/
Dunicodedata.c78 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version()
79 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version() argument
/external/python/cpython3/Objects/
Dunicodeobject.c10050 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument