HomeSort by relevance Sort by last modified time
    Searched refs:PY_UNICODE_TYPE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 971 #define PY_UNICODE_TYPE unsigned short
    [all...]
unicodeobject.h 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;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 971 #define PY_UNICODE_TYPE unsigned short
    [all...]
unicodeobject.h 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;
    [all...]

Completed in 65 milliseconds