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

/external/clang/test/Headers/
H A Dwchar_limits.cpp9 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
10 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/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmax.pass.cpp40 test<wchar_t>(WCHAR_MAX);
/external/chromium_org/third_party/mesa/src/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/test/Preprocessor/
H A Dstdint.c1375 WCHAR_MAX_ WCHAR_MAX
/external/jemalloc/include/msvc_compat/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/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/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c49 #if defined(WCHAR_MAX) && WCHAR_MAX == 255
372 #if defined(WCHAR_MAX) && WCHAR_MAX == 255
488 #if defined(WCHAR_MAX) && WCHAR_MAX == 255
521 #else /* WCHAR_MAX != 255 */
564 #endif /* WCHAR_MAX != 255 */
/external/bison/darwin-lib/
H A Dstdint.h543 /* Get WCHAR_MIN, WCHAR_MAX.
548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
559 #undef WCHAR_MAX macro
562 #define WCHAR_MAX \ macro
/external/bison/lib/
H A Dstdint.in.h542 /* Get WCHAR_MIN, WCHAR_MAX.
547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MAX
561 #define WCHAR_MAX \
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h213 #define WCHAR_MAX 0xffffU macro
/external/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp19 #ifndef WCHAR_MAX
20 #error WCHAR_MAX not defined
H A Dstdint_h.pass.cpp242 // WCHAR_MAX
243 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
/external/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp19 #ifndef WCHAR_MAX
20 #error WCHAR_MAX not defined
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h98 * WCHAR_MAX
658 # ifndef WCHAR_MAX
659 # define WCHAR_MAX ((wchar_t)-1) macro
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp242 // WCHAR_MAX
243 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
/external/libedit/src/
H A Dchartype.h59 #if WCHAR_MAX < INT32_MAX
/external/clang/lib/Headers/
H A Dstdint.h691 #ifndef WCHAR_MAX
692 # define WCHAR_MAX __WCHAR_MAX__ macro
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp207 #ifndef WCHAR_MAX
208 #error WCHAR_MAX not defined
/external/bison/
H A Dconfigure14189 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
14190 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
14191 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
14298 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)

Completed in 285 milliseconds