Searched defs:WCHAR_MAX (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
H A D_cwchar.h44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
121 # define WCHAR_MAX (~0) macro
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 macro
132 # define WCHAR_MAX 0xffff macro
147 # undef WCHAR_MAX macro
148 # define WCHAR_MAX 0xffffffff macro
159 # undef WCHAR_MAX macro
160 # define WCHAR_MAX UINT_MA macro
[all...]
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h213 #define WCHAR_MAX 0xffffU macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
216 #endif // WCHAR_MAX ]
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
216 #endif // WCHAR_MAX ]
/external/mesa3d/include/c99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
214 #ifndef WCHAR_MAX // [
215 # define WCHAR_MAX _UI16_MAX macro
216 #endif // WCHAR_MAX ]
/external/bison/darwin-lib/
H A Dstdint.h543 /* Get WCHAR_MIN, WCHAR_MAX.
548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
559 #undef WCHAR_MAX macro
562 #define WCHAR_MAX \ macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h98 * WCHAR_MAX
658 # ifndef WCHAR_MAX
659 # define WCHAR_MAX ((wchar_t)-1) macro
/external/clang/lib/Headers/
H A Dstdint.h691 #ifndef WCHAR_MAX
692 # define WCHAR_MAX __WCHAR_MAX__ macro

Completed in 5116 milliseconds