Searched refs:Py_UNICODE_SIZE (Results 1 – 17 of 17) sorted by relevance
94 #if Py_UNICODE_SIZE == 4148 #if Py_UNICODE_SIZE == 2189 #if Py_UNICODE_SIZE == 2
171 #if Py_UNICODE_SIZE == 2 in ENCODER()189 #if Py_UNICODE_SIZE == 2 in ENCODER()
442 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()
197 #if Py_UNICODE_SIZE == 2 in ENCODER()
445 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()
74 #ifndef Py_UNICODE_SIZE75 #error Must define Py_UNICODE_SIZE81 #if Py_UNICODE_SIZE >= 494 # if defined(MS_WIN32) && Py_UNICODE_SIZE == 2
1017 #define Py_UNICODE_SIZE 2 macro
977 #define Py_UNICODE_SIZE 2 macro
973 #define Py_UNICODE_SIZE 2 macro
1016 #define Py_UNICODE_SIZE 2 macro
1015 #define Py_UNICODE_SIZE 2 macro
543 #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()
583 #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()