Home
last modified time | relevance | path

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

/external/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>
/external/stlport/test/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.
/external/clang/test/Headers/
Dwchar_limits.cpp8 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
9 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
/external/mesa3d/include/c99/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/clang/test/Preprocessor/
Dstdint.c947 WCHAR_MIN_ WCHAR_MIN
/external/clang/lib/Headers/
Dstdint.h648 #ifndef WCHAR_MIN
650 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro
652 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro
/external/stlport/etc/
DChangeLog-4.0173 * WCHAR_MIN, WCHAR_MAX definitions moved from <limits> to <cwchar>
DChangeLog-5.1503 * stlport/stl/_cwchar.h: fix HP-UX problem with WCHAR_MIN, WCHAR_MAX
514 WCHAR_MIN, WCHAR_MAX macros. It used to be in _mbstate_t.h but was
2995 * stlport/stl/_mbstate_t.h: Add workaround for alpha bad WCHAR_MIN and
DChangeLog1723 check as WCHAR_MIN and WCHAR_MAX macros definition depends on library