Searched refs:WCHAR_MIN (Results 1 – 7 of 7) sorted by relevance
117 # ifndef WCHAR_MIN118 # define WCHAR_MIN 0 macro129 # undef WCHAR_MIN130 # define WCHAR_MIN 0 macro144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0))145 # undef WCHAR_MIN146 # define WCHAR_MIN 0 macro157 # undef WCHAR_MIN158 # define WCHAR_MIN 0 macro
217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
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.
482 #if ! (defined WCHAR_MIN && defined WCHAR_MAX)487 #undef WCHAR_MIN489 #define WCHAR_MIN \ macro
67 /* 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)
20062 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */20168 WCHAR_MIN == TYPE_MINIMUM (wchar_t)