Home
last modified time | relevance | path

Searched refs:WCHAR_MAX (Results 1 – 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
D_cwchar.h121 # define WCHAR_MAX (~0) macro
123 # define WCHAR_MAX ((wchar_t)~0) macro
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff macro
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff macro
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MAX macro
D_limits.h217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
/external/stlport/test/unit/
Dmacro_checks.cpp77 #if !defined (WCHAR_MAX)
78 # error Missing WCHAR_MAX 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.h214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
/external/clang/test/Preprocessor/
Dstdint.c946 WCHAR_MAX_ WCHAR_MAX
/external/clang/lib/Headers/
Dstdint.h645 #ifndef WCHAR_MAX
646 # define WCHAR_MAX __WCHAR_MAX__ macro
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h499 #if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(_WCHAR_T) ||…
/external/stlport/etc/
DChangeLog-4.0173 * WCHAR_MIN, WCHAR_MAX definitions moved from <limits> to <cwchar>
266 * <limits> : added cast to WCHAR_MAX definition (thanks for Dave Abrahams for the report).
DChangeLog1723 check as WCHAR_MIN and WCHAR_MAX macros definition depends on library
1789 as not defining WCHAR_MAX correctly.
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
537 here [WCHAR_MAX, etc.].
2996 WCHAR_MAX definition.