Home
last modified time | relevance | path

Searched refs:Py_UNICODE_SIZE (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h94 #if Py_UNICODE_SIZE == 4
148 #if Py_UNICODE_SIZE == 2
189 #if Py_UNICODE_SIZE == 2
D_codecs_cn.c171 #if Py_UNICODE_SIZE == 2 in ENCODER()
189 #if Py_UNICODE_SIZE == 2 in ENCODER()
Dmultibytecodec.c442 retunisize * Py_UNICODE_SIZE); in multibytecodec_decerror()
765 Py_UNICODE_SIZE * ctx->pendingsize); in encoder_encode_stateful()
768 Py_UNICODE_SIZE * datalen); in encoder_encode_stateful()
785 Py_UNICODE_SIZE * origpending); in encoder_encode_stateful()
800 ctx->pendingsize * Py_UNICODE_SIZE); in encoder_encode_stateful()
D_codecs_iso2022.c197 #if Py_UNICODE_SIZE == 2 in ENCODER()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h94 #if Py_UNICODE_SIZE == 4
148 #if Py_UNICODE_SIZE == 2
189 #if Py_UNICODE_SIZE == 2
D_codecs_cn.c171 #if Py_UNICODE_SIZE == 2 in ENCODER()
189 #if Py_UNICODE_SIZE == 2 in ENCODER()
Dmultibytecodec.c445 retunisize * Py_UNICODE_SIZE); in multibytecodec_decerror()
768 Py_UNICODE_SIZE * ctx->pendingsize); in encoder_encode_stateful()
771 Py_UNICODE_SIZE * datalen); in encoder_encode_stateful()
788 Py_UNICODE_SIZE * origpending); in encoder_encode_stateful()
803 ctx->pendingsize * Py_UNICODE_SIZE); in encoder_encode_stateful()
D_codecs_iso2022.c197 #if Py_UNICODE_SIZE == 2 in ENCODER()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h74 #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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h74 #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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
Dpyconfig.h1017 #define Py_UNICODE_SIZE 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
Dpyconfig.h977 #define Py_UNICODE_SIZE 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
Dpyconfig.h973 #define Py_UNICODE_SIZE 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
Dpyconfig.h1016 #define Py_UNICODE_SIZE 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
Dpyconfig.h1015 #define Py_UNICODE_SIZE 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c543 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
3387 v = _PyUnicode_New((size+Py_UNICODE_SIZE-1)/ Py_UNICODE_SIZE); in _PyUnicode_DecodeUnicodeInternal()
3403 end-s < Py_UNICODE_SIZE in _PyUnicode_DecodeUnicodeInternal()
3407 if (end-s < Py_UNICODE_SIZE) { in _PyUnicode_DecodeUnicodeInternal()
3412 endinpos = s - starts + Py_UNICODE_SIZE; in _PyUnicode_DecodeUnicodeInternal()
3426 s += Py_UNICODE_SIZE; in _PyUnicode_DecodeUnicodeInternal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c583 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
3435 v = _PyUnicode_New((size+Py_UNICODE_SIZE-1)/ Py_UNICODE_SIZE); in _PyUnicode_DecodeUnicodeInternal()
3444 if (end-s < Py_UNICODE_SIZE) { in _PyUnicode_DecodeUnicodeInternal()
3454 endinpos = s - starts + Py_UNICODE_SIZE; in _PyUnicode_DecodeUnicodeInternal()
3460 s += Py_UNICODE_SIZE; in _PyUnicode_DecodeUnicodeInternal()