Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 7 of 7) 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-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/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/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/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/host-tools/sed-4.2.1/
Dconfigure20062 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
20168 WCHAR_MIN == TYPE_MINIMUM (wchar_t)