Home
last modified time | relevance | path

Searched refs:SIZEOF_WCHAR_T (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h67 #ifndef SIZEOF_WCHAR_T
68 #error Must define SIZEOF_WCHAR_T
71 #define Py_UNICODE_SIZE SIZEOF_WCHAR_T
/third_party/libsnd/include/
Dconfig.h291 #define SIZEOF_WCHAR_T 4 macro
/third_party/python/PC/
Dpyconfig.h630 #define SIZEOF_WCHAR_T 2 macro
/third_party/libsnd/cmake/
DSndFileChecks.cmake96 check_type_size (wchar_t SIZEOF_WCHAR_T)
/third_party/python/Objects/
Dunicodeobject.c568 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_CheckConsistency()
1515 #if SIZEOF_WCHAR_T == 2
1789 #if SIZEOF_WCHAR_T == 2 in find_maxchar_surrogates()
1823 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
1876 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
1907 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
2284 #if SIZEOF_WCHAR_T == 2 in PyUnicode_FromWideChar()
3227 #if SIZEOF_WCHAR_T == 2 in unicode_get_widechar_size()
3268 #if SIZEOF_WCHAR_T == 4 in unicode_copy_as_widechar()
5390 #if SIZEOF_WCHAR_T == 4 in _Py_DecodeUTF8Ex()
[all …]
/third_party/libsnd/src/
Dcommon.h310 #if SIZEOF_WCHAR_T == 2
/third_party/python/Modules/
D_testcapimodule.c1912 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()
1952 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()
/third_party/python/Lib/test/
Dtest_codecs.py23 SIZEOF_WCHAR_T = -1 variable
25 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar) variable
/third_party/python/Python/
Dinitconfig.c3039 #if SIZEOF_WCHAR_T > 2 in init_dump_ascii_wstr()
/third_party/python/
Dpyconfig.h.in1506 #undef SIZEOF_WCHAR_T
/third_party/icu/tools/multi/c/patch/
D3_010802 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
/third_party/python/Misc/
DHISTORY12284 - Issue #9684: Added a definition for SIZEOF_WCHAR_T to PC/pyconfig.h, to match