/external/stlport/stlport/stl/ |
D | _cwchar.h | 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 macro 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 macro 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)) 145 # undef WCHAR_MIN 146 # define WCHAR_MIN 0 macro 157 # undef WCHAR_MIN 158 # define WCHAR_MIN 0 macro
|
D | _limits.h | 217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
|
/external/stlport/test/unit/ |
D | macro_checks.cpp | 73 #if !defined (WCHAR_MIN) 74 # error Missing WCHAR_MIN definition. 81 #if !(WCHAR_MIN < WCHAR_MAX) 82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
|
/external/clang/test/Headers/ |
D | wchar_limits.cpp | 9 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/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | stdint.h | 211 #ifndef WCHAR_MIN /* also in wchar.h */ 212 #define WCHAR_MIN 0U macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/bison/darwin-lib/ |
D | stdint.h | 548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX) 558 #undef WCHAR_MIN 560 #define WCHAR_MIN \ macro
|
/external/bison/lib/ |
D | stdint.in.h | 547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX) 557 #undef WCHAR_MIN 559 #define WCHAR_MIN \
|
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 40 test<wchar_t>(WCHAR_MIN); in main()
|
D | min.pass.cpp | 40 test<wchar_t>(WCHAR_MIN); in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1376 WCHAR_MIN_ WCHAR_MIN
|
/external/clang/lib/Headers/ |
D | stdint.h | 694 #ifndef WCHAR_MIN 696 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro 698 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 23 #ifndef WCHAR_MIN 24 #error WCHAR_MIN not defined
|
D | stdint_h.pass.cpp | 240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
|
/external/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 23 #ifndef WCHAR_MIN 24 #error WCHAR_MIN not defined
|
/external/libcxx/include/ |
D | cstdint | 81 WCHAR_MIN
|
D | cwchar | 21 WCHAR_MIN
|
/external/bison/m4/ |
D | stdint.m4 | 74 /* 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>" 172 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
|
/external/chromium_org/third_party/smhasher/src/ |
D | pstdint.h | 655 # ifndef WCHAR_MIN 656 # define WCHAR_MIN 0 macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | stdint.pxd | 101 enum: WCHAR_MIN
|
/external/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 203 #ifndef WCHAR_MIN 204 #error WCHAR_MIN not defined
|
/external/libcxx/test/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 173 * WCHAR_MIN, WCHAR_MAX definitions moved from <limits> to <cwchar>
|