Searched refs:WCHAR_MAX (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Headers/
H A Dwchar_limits.cpp8 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
9 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
/external/stlport/test/unit/
H A Dmacro_checks.cpp77 #if !defined (WCHAR_MAX)
78 # error Missing WCHAR_MAX definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
/external/stlport/stlport/stl/
H A D_cwchar.h44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0) macro
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX macro
132 # define WCHAR_MAX 0xffff macro
147 # undef WCHAR_MAX macro
148 # define WCHAR_MAX 0xffffffff macro
159 # undef WCHAR_MAX macro
160 # define WCHAR_MAX UINT_MA macro
[all...]
H A D_limits.h217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
/external/clang/test/Preprocessor/
H A Dstdint.c946 WCHAR_MAX_ WCHAR_MAX
/external/mesa3d/include/c99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
216 #endif // WCHAR_MAX ]
/external/clang/lib/include/
H A Dstdint.h645 #ifndef WCHAR_MAX
646 # define WCHAR_MAX __WCHAR_MAX__ macro
/external/clang/lib/Headers/
H A Dstdint.h645 #ifndef WCHAR_MAX
646 # define WCHAR_MAX __WCHAR_MAX__ macro
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h499 #if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(_WCHAR_T) || defined(_WCHAR_T_DEFINED)) && !defined(LTC_NO_WCHAR)

Completed in 1241 milliseconds