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

/ndk/sources/android/support/include/
H A Dwchar.h83 #ifndef WCHAR_MAX
84 #define WCHAR_MAX __WCHAR_MAX__ macro
89 #define WCHAR_MIN (-(WCHAR_MAX) - 1)
/ndk/sources/cxx-stl/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...]

Completed in 219 milliseconds