Home
last modified time | relevance | path

Searched refs:SIZEOF_WCHAR_T (Results 1 - 7 of 7) sorted by relevance

/third_party/libsnd/include/
H A Dconfig.h291 #define SIZEOF_WCHAR_T 4 macro
/third_party/python/Include/
H A Dunicodeobject.h67 #ifndef SIZEOF_WCHAR_T
68 #error Must define SIZEOF_WCHAR_T
71 #define Py_UNICODE_SIZE SIZEOF_WCHAR_T
/third_party/python/PC/
H A Dpyconfig.h632 #define SIZEOF_WCHAR_T 2 macro
/third_party/python/Objects/
H A Dunicodeobject.c561 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_CheckConsistency()
1477 #if SIZEOF_WCHAR_T == 2
1751 #if SIZEOF_WCHAR_T == 2 in find_maxchar_surrogates()
1785 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
1838 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
1869 #if SIZEOF_WCHAR_T == 2 in _PyUnicode_Ready()
2230 #if SIZEOF_WCHAR_T == 2 in PyUnicode_FromWideChar()
3173 #if SIZEOF_WCHAR_T == 2 in unicode_get_widechar_size()
3214 #if SIZEOF_WCHAR_T == 4 in unicode_copy_as_widechar()
5304 #if SIZEOF_WCHAR_T in _Py_DecodeUTF8Ex()
[all...]
/third_party/libsnd/src/
H A Dcommon.h288 #if SIZEOF_WCHAR_T == 2
/third_party/python/Lib/test/
H A Dtest_codecs.py27 SIZEOF_WCHAR_T = -1 variable
29 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar) variable
/third_party/python/Modules/
H A D_testcapimodule.c2107 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()
2147 #if defined(SIZEOF_WCHAR_T) && (SIZEOF_WCHAR_T == 4) in test_widechar()

Completed in 30 milliseconds