Home
last modified time | relevance | path

Searched refs:WCHAR_MAX (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/Headers/
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/jemalloc/include/msvc_compat/C99/
Dstdint.h214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
/external/bison/darwin-lib/
Dstdint.h548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
559 #undef WCHAR_MAX
562 #define WCHAR_MAX \ macro
/external/bison/lib/
Dstdint.in.h547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MAX
561 #define WCHAR_MAX \
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax.pass.cpp40 test<wchar_t>(WCHAR_MAX); in main()
/external/clang/test/Preprocessor/
Dstdint.c1482 WCHAR_MAX_ WCHAR_MAX
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp20 #ifndef WCHAR_MAX
21 #error WCHAR_MAX not defined
Dinttypes_h.pass.cpp207 #ifndef WCHAR_MAX
208 #error WCHAR_MAX not defined
Dstdint_h.pass.cpp244 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max()); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp20 #ifndef WCHAR_MAX
21 #error WCHAR_MAX not defined
/external/libcxx/include/
Dcstdint82 WCHAR_MAX
Dcwchar20 WCHAR_MAX
/external/bison/m4/
Dstdint.m474 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
75 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
76 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
173 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
/external/libusb/msvc/
Dstdint.h213 #define WCHAR_MAX 0xffffU macro
/external/clang/lib/Headers/
Dstdint.h691 #ifndef WCHAR_MAX
692 # define WCHAR_MAX __WCHAR_MAX__ macro
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp207 #ifndef WCHAR_MAX
208 #error WCHAR_MAX not defined
/external/libedit/src/
Dchartype.h59 #if WCHAR_MAX < INT32_MAX
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp245 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py144 WCHAR_MAX = __WCHAR_MAX variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py272 WCHAR_MAX = (2147483647) variable
/external/fmtlib/test/
Dutil-test.cc483 EXPECT_ARGW(CHAR, wchar_t, WCHAR_MAX); in TEST()
/external/bison/
Dconfigure14189 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
14298 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)