Home
last modified time | relevance | path

Searched defs:Py_UNICODE (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef
/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h137 typedef PY_UNICODE_TYPE Py_UNICODE; typedef
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c50 #define Py_UNICODE void macro
1646 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *)) in posix_do_stat()