/external/clang/test/Headers/ |
wchar_limits.cpp | 9 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)]; 10 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
|
/development/ndk/platforms/android-3/include/sys/ |
_wchar_limits.h | 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>. 36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX 46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and 52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when: 59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always 73 #if !defined(WCHAR_MIN) 77 # define WCHAR_MIN 0 80 # define WCHAR_MIN (-2147483647 - 1) 84 # define WCHAR_MIN (-2147483647 - 1) 102 # define WCHAR_MIN __WCHAR_MIN_ [all...] |
/ndk/tests/build/wchar_t-size/jni/ |
test_default.c | 2 // WCHAR_MIN/WCHAR_MAX are 32-bit signed on all platforms except ARM. 19 STATIC_ASSERT(WCHAR_MIN == 0U); 22 STATIC_ASSERT(WCHAR_MIN == -1-2147483647);
|
test_8bit_cplusplus.cpp | 3 // and 8-bit WCHAR_MIN/WCHAR_MAX. 34 STATIC_ASSERT(WCHAR_MIN == 0); 37 STATIC_ASSERT(WCHAR_MIN == 0x80000000);
|
test_always_signed.c | 2 // WCHAR_MIN/WCHAR_MAX are 32-bit signed on all platforms when 15 STATIC_ASSERT(WCHAR_MIN == -1-2147483647);
|
test_8bit_cplusplus_stdc_limit_macros.cpp | 3 // and 8-bit WCHAR_MIN/WCHAR_MAX. 6 // Force WCHAR_MIN/WCHAR_MAX to 32-bit values. 34 STATIC_ASSERT(WCHAR_MIN == 0x80000000);
|
test_8bit.c | 3 // and 8-bit WCHAR_MIN/WCHAR_MAX. 30 STATIC_ASSERT(WCHAR_MIN == 0x80000000);
|
/external/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cwchar.h | 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX 117 # ifndef WCHAR_MIN 118 # define WCHAR_MIN 0 127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at 129 # undef WCHAR_MIN 130 # define WCHAR_MIN 0 135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform 136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as 143 /* Check that WCHAR_MIN value hasn't been fixed */ 144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0) [all...] |
/external/stlport/test/unit/ |
macro_checks.cpp | 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.
|
/ndk/sources/android/support/tests/ |
wchar_unittest.cc | 11 ASSERT_EQ(wchar_t(0), WCHAR_MIN); 15 ASSERT_EQ(wchar_t(0x80000000), WCHAR_MIN);
|
/ndk/tests/device/test-gnustl-full/unit/ |
macro_checks.cpp | 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.
|
/ndk/tests/device/test-stlport/unit/ |
macro_checks.cpp | 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.
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/ |
stdint.h | 221 /* WCHAR_MIN should be 0 if wchar_t is an unsigned type and 225 #ifndef WCHAR_MIN 227 # define WCHAR_MIN 0 229 # define WCHAR_MIN (-WCHAR_MAX-1)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_signed.hpp | 117 #if defined(WCHAR_MIN) && (WCHAR_MIN != 0)
|
is_unsigned.hpp | 112 #if defined(WCHAR_MIN) && (WCHAR_MIN == 0) && !defined(BOOST_NO_INTRINSIC_WCHAR_T)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
lowest.pass.cpp | 40 test<wchar_t>(WCHAR_MIN);
|
min.pass.cpp | 40 test<wchar_t>(WCHAR_MIN);
|
/external/chromium_org/third_party/libusb/src/msvc/ |
stdint.h | 211 #ifndef WCHAR_MIN /* also in wchar.h */ 212 #define WCHAR_MIN 0U
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
stdint.h | 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h> 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 213 #endif // WCHAR_MIN ]
|