/external/python/cpython3/Include/ |
D | unicodeobject.h | 67 #ifndef SIZEOF_WCHAR_T 68 #error Must define SIZEOF_WCHAR_T 71 #define Py_UNICODE_SIZE SIZEOF_WCHAR_T
|
/external/python/cpython3/android/ |
D | launcher_main.cpp | 39 static_assert(sizeof(wchar_t) == SIZEOF_WCHAR_T);
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1049 #define SIZEOF_WCHAR_T 1 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1049 #define SIZEOF_WCHAR_T 1 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1049 #define SIZEOF_WCHAR_T 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 1049 #define SIZEOF_WCHAR_T 1 macro
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 627 #define SIZEOF_WCHAR_T 2 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1055 #define SIZEOF_WCHAR_T 4 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1057 #define SIZEOF_WCHAR_T 4 macro
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1479 #define SIZEOF_WCHAR_T 4 macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1485 #define SIZEOF_WCHAR_T 4 macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1479 #define SIZEOF_WCHAR_T 4 macro
|
/external/python/cpython2/RISCOS/ |
D | pyconfig.h | 284 #undef SIZEOF_WCHAR_T
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 574 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_CheckConsistency() 1499 #if SIZEOF_WCHAR_T == 2 1773 #if SIZEOF_WCHAR_T == 2 in find_maxchar_surrogates() 1807 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready() 1860 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready() 1891 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready() 2242 #if SIZEOF_WCHAR_T == 2 in PyUnicode_FromWideChar() 3124 #if SIZEOF_WCHAR_T == 2 in unicode_get_widechar_size() 3160 #if SIZEOF_WCHAR_T == 4 in unicode_copy_as_widechar() 5192 #if SIZEOF_WCHAR_T == 4 in _Py_DecodeUTF8Ex() [all …]
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1698 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 1779 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar() 1819 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()
|
/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 21 SIZEOF_WCHAR_T = -1 variable 23 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar) variable
|
/external/python/cpython3/Python/ |
D | initconfig.c | 2685 #if SIZEOF_WCHAR_T > 2 in init_dump_ascii_wstr()
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1080 #undef SIZEOF_WCHAR_T
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 582 #if (Py_UNICODE_SIZE == 2) && defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1478 #undef SIZEOF_WCHAR_T
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12284 - Issue #9684: Added a definition for SIZEOF_WCHAR_T to PC/pyconfig.h, to match
|