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

  /bionic/libc/include/machine/
wchar_limits.h 33 #define WCHAR_MAX __WCHAR_MAX__
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /development/ndk/platforms/android-L/include/machine/
wchar_limits.h 33 #define WCHAR_MAX __WCHAR_MAX__
39 # define WCHAR_MIN (-(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)
89 # define WCHAR_MAX __WCHAR_MAX__
95 # define WCHAR_MIN (-(WCHAR_MAX) - 1
    [all...]
  /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)];
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max.pass.cpp 40 test<wchar_t>(WCHAR_MAX);
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX
216 #endif // WCHAR_MAX ]
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX
216 #endif // WCHAR_MAX ]
  /external/mesa3d/include/c99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX
216 #endif // WCHAR_MAX ]
  /external/bison/darwin-lib/
stdint.h 543 /* Get WCHAR_MIN, WCHAR_MAX.
548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
559 #undef WCHAR_MAX
562 #define WCHAR_MAX \
  /external/bison/lib/
stdint.in.h 542 /* Get WCHAR_MIN, WCHAR_MAX.
547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MAX
561 #define WCHAR_MAX \
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 213 #define WCHAR_MAX 0xffffU
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 19 #ifndef WCHAR_MAX
20 #error WCHAR_MAX not defined
stdint_h.pass.cpp 242 // WCHAR_MAX
243 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 98 * WCHAR_MAX
658 # ifndef WCHAR_MAX
659 # define WCHAR_MAX ((wchar_t)-1)
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 19 #ifndef WCHAR_MAX
20 #error WCHAR_MAX not defined
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 242 // WCHAR_MAX
243 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
  /external/libedit/src/
chartype.h 59 #if WCHAR_MAX < INT32_MAX
  /external/clang/lib/Headers/
stdint.h 691 #ifndef WCHAR_MAX
692 # define WCHAR_MAX __WCHAR_MAX__
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 207 #ifndef WCHAR_MAX
208 #error WCHAR_MAX not defined
  /bionic/tests/
wchar_test.cpp 221 ASSERT_LT(WCHAR_MIN, WCHAR_MAX);
  /external/bison/
configure     [all...]

Completed in 492 milliseconds