Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 6 of 6) 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/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