Home
last modified time | relevance | path

Searched defs:WCHAR_SIZE (Results 1 – 8 of 8) sorted by relevance

/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/include/
H A Dsqconfig.h81 #define WCHAR_SIZE 2 macro
85 #define WCHAR_SIZE 4 macro
/dports/lang/squirrel/squirrel3/include/
H A Dsqconfig.h81 #define WCHAR_SIZE 2 macro
85 #define WCHAR_SIZE 4 macro
/dports/games/simutrans/simutrans-121.0/squirrel/
H A Dsqconfig.h80 #define WCHAR_SIZE 2 macro
84 #define WCHAR_SIZE 4 macro
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/include/
H A Dsqconfig.h81 #define WCHAR_SIZE 2 macro
85 #define WCHAR_SIZE 4 macro
/dports/lang/pcc/pcc-1.1.0/os/win32/
H A Dconfig.h77 #define WCHAR_SIZE 2 macro
/dports/lang/pcc/pcc-1.1.0/
H A Dconfigure.ac500 AC_DEFINE_UNQUOTED(WCHAR_SIZE, $wchar_size, [Size of wide-character type in chars]) definition
/dports/lang/ruby26/ruby-2.6.9/ext/win32/lib/win32/
H A Dregistry.rb71 WCHAR_SIZE = WCHAR_NUL.bytesize constant
/dports/devel/jna/jna-5.7.0/src/com/sun/jna/
H A DNative.java143 public static final int WCHAR_SIZE; field in Native