Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h102 typedef uint32_t Py_UCS4; typedef
/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h128 typedef unsigned int Py_UCS4; typedef
130 typedef unsigned long Py_UCS4; typedef
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() local
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9992 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument