Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h93 typedef wchar_t Py_UNICODE /* Py_DEPRECATED(3.3) */; typedef
/external/python/cpython2/Include/
Dunicodeobject.h137 typedef PY_UNICODE_TYPE Py_UNICODE; typedef
/external/python/cpython2/Modules/
Dposixmodule.c50 #define Py_UNICODE void macro
1646 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *)) in posix_do_stat()