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

12

  /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...]
  /external/python/cpython2/RISCOS/
pyconfig.h 178 #define Py_UNICODE_SIZE 2
  /external/python/cpython3/Include/
unicodeobject.h 71 #define Py_UNICODE_SIZE SIZEOF_WCHAR_T
77 #if Py_UNICODE_SIZE >= 4
392 (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 445 retunisize * Py_UNICODE_SIZE);
768 Py_UNICODE_SIZE * ctx->pendingsize);
771 Py_UNICODE_SIZE * datalen);
788 Py_UNICODE_SIZE * origpending);
803 ctx->pendingsize * Py_UNICODE_SIZE);
    [all...]
_codecs_iso2022.c 197 #if Py_UNICODE_SIZE == 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 442 retunisize * Py_UNICODE_SIZE);
765 Py_UNICODE_SIZE * ctx->pendingsize);
768 Py_UNICODE_SIZE * datalen);
785 Py_UNICODE_SIZE * origpending);
800 ctx->pendingsize * Py_UNICODE_SIZE);
    [all...]
_codecs_iso2022.c 197 #if Py_UNICODE_SIZE == 2
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 445 retunisize * Py_UNICODE_SIZE);
769 Py_UNICODE_SIZE * ctx->pendingsize);
772 Py_UNICODE_SIZE * datalen);
789 Py_UNICODE_SIZE * origpending);
804 ctx->pendingsize * Py_UNICODE_SIZE);
    [all...]
_codecs_iso2022.c 197 #if Py_UNICODE_SIZE == 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 977 #define Py_UNICODE_SIZE 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 973 #define Py_UNICODE_SIZE 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 1016 #define Py_UNICODE_SIZE 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 1015 #define Py_UNICODE_SIZE 2
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 1017 #define Py_UNICODE_SIZE 2
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 778 #if Py_UNICODE_SIZE == 2
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 778 #if Py_UNICODE_SIZE == 2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 778 #if Py_UNICODE_SIZE == 2
    [all...]
  /external/python/cpython2/
pyconfig.h.in 987 #undef Py_UNICODE_SIZE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 543 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
549 /* Here sizeof(wchar_t) is 4 but Py_UNICODE_SIZE == 2, so we need
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 583 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
589 /* Here sizeof(wchar_t) is 4 but Py_UNICODE_SIZE == 2, so we need
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 582 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
588 /* Here sizeof(wchar_t) is 4 but Py_UNICODE_SIZE == 2, so we need
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]

Completed in 772 milliseconds

12