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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 980 #define Py_UNICODE_SIZE 2
    [all...]
unicodeobject.h 70 /* FIXME: MvL's new implementation assumes that Py_UNICODE_SIZE is
74 #ifndef Py_UNICODE_SIZE
75 #error Must define Py_UNICODE_SIZE
81 #if Py_UNICODE_SIZE >= 4
94 # if defined(MS_WIN32) && Py_UNICODE_SIZE == 2
    [all...]
pyport.h 778 #if Py_UNICODE_SIZE == 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 980 #define Py_UNICODE_SIZE 2
    [all...]
unicodeobject.h 70 /* FIXME: MvL's new implementation assumes that Py_UNICODE_SIZE is
74 #ifndef Py_UNICODE_SIZE
75 #error Must define Py_UNICODE_SIZE
81 #if Py_UNICODE_SIZE >= 4
94 # if defined(MS_WIN32) && Py_UNICODE_SIZE == 2
    [all...]
pyport.h 778 #if Py_UNICODE_SIZE == 2
    [all...]

Completed in 66 milliseconds