Home
last modified time | relevance | path

Searched defs:SIZEOF_WCHAR_T (Results 1 – 3 of 3) sorted by relevance

/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/python/Lib/test/
Dtest_codecs.py23 SIZEOF_WCHAR_T = -1 variable
25 SIZEOF_WCHAR_T = ctypes.sizeof(ctypes.c_wchar) variable