Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h117 # 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.h217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
/ndk/tests/device/test-gnustl-full/unit/
Dmacro_checks.cpp73 #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.
/ndk/tests/device/test-stlport/unit/
Dmacro_checks.cpp73 #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.
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
Dmin.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h482 #if ! (defined WCHAR_MIN && defined WCHAR_MAX)
487 #undef WCHAR_MIN
489 #define WCHAR_MIN \ macro
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp23 #ifndef WCHAR_MIN
24 #error WCHAR_MIN not defined
Dstdint_h.pass.cpp240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint81 WCHAR_MIN
Dcwchar21 WCHAR_MIN
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp23 #ifndef WCHAR_MIN
24 #error WCHAR_MIN not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m467 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
68 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
69 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
163 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp203 #ifndef WCHAR_MIN
204 #error WCHAR_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20062 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
20168 WCHAR_MIN == TYPE_MINIMUM (wchar_t)