Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PY_UNICODE_TYPE

91 #ifndef PY_UNICODE_TYPE
96 # define PY_UNICODE_TYPE wchar_t
100 # define PY_UNICODE_TYPE Py_UCS4
137 typedef PY_UNICODE_TYPE Py_UNICODE;