HomeSort by relevance Sort by last modified time
    Searched refs:WCHAR_MAX (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /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
47 * WCHAR_MAX differed between <stdint.h> and <wchar.h>:
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
78 # define WCHAR_MAX 255
81 # define WCHAR_MAX (2147483647)
85 # define WCHAR_MAX (2147483647)
103 # define WCHAR_MAX __WCHAR_MAX__
  /ndk/tests/build/wchar_t-size/jni/
test_default.c 2 // WCHAR_MIN/WCHAR_MAX are 32-bit signed on all platforms except ARM.
20 STATIC_ASSERT(WCHAR_MAX == 2*2147483647U + 1U);
23 STATIC_ASSERT(WCHAR_MAX == 2147483647);
test_8bit_cplusplus.cpp 3 // and 8-bit WCHAR_MIN/WCHAR_MAX.
35 STATIC_ASSERT(WCHAR_MAX == 255);
38 STATIC_ASSERT(WCHAR_MAX == 0x7fffffff);
test_always_signed.c 2 // WCHAR_MIN/WCHAR_MAX are 32-bit signed on all platforms when
16 STATIC_ASSERT(WCHAR_MAX == 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.
35 STATIC_ASSERT(WCHAR_MAX == 0x7fffffff);
test_8bit.c 3 // and 8-bit WCHAR_MIN/WCHAR_MAX.
31 STATIC_ASSERT(WCHAR_MAX == 0x7fffffff);
  /external/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /external/stlport/test/unit/
macro_checks.cpp 77 #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.
  /ndk/sources/android/support/tests/
wchar_unittest.cc 12 ASSERT_EQ(wchar_t(0xffffffff), WCHAR_MAX);
16 ASSERT_EQ(wchar_t(0x7fffffff), WCHAR_MAX);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 77 #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.
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 77 #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.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0)
123 # define WCHAR_MAX ((wchar_t)~0)
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
131 # undef WCHAR_MAX
132 # define WCHAR_MAX 0xffff
147 # undef WCHAR_MAX
148 # define WCHAR_MAX 0xffffffff
159 # undef WCHAR_MAX
160 # define WCHAR_MAX UINT_MA
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 213 #ifndef WCHAR_MAX
215 # define WCHAR_MAX __WCHAR_MAX__
217 # define WCHAR_MAX 0x7fffffff
222 (-WCHAR_MAX-1) if wchar_t is a signed type. Unfortunately,
226 # if WCHAR_MAX == 0xffff
229 # define WCHAR_MIN (-WCHAR_MAX-1)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
wchar.h 78 * WCHAR_MIN / WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
86 #ifndef WCHAR_MAX
88 # define WCHAR_MAX 255
92 # define WCHAR_MAX (2147483647)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
wchar.h 78 * WCHAR_MIN / WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
86 #ifndef WCHAR_MAX
88 # define WCHAR_MAX 255
92 # define WCHAR_MAX (2147483647)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
wchar.h 78 * WCHAR_MIN / WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
86 #ifndef WCHAR_MAX
88 # define WCHAR_MAX 255
92 # define WCHAR_MAX (2147483647)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
wchar.h 78 * WCHAR_MIN / WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
86 #ifndef WCHAR_MAX
88 # define WCHAR_MAX 255
92 # define WCHAR_MAX (2147483647)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max.pass.cpp 40 test<wchar_t>(WCHAR_MAX);
  /bionic/libc/include/
stdint.h 244 # ifndef WCHAR_MAX /* These might also have been defined by <wchar.h>. */
245 # define WCHAR_MAX INT32_MAX

Completed in 624 milliseconds

1 2 3 4 5 6