Searched refs:WCHAR_MIN (Results 1 – 3 of 3) sorted by relevance
46 #ifndef WCHAR_MIN48 #define WCHAR_MIN __WCHAR_MIN__ macro50 #define WCHAR_MIN (0 + L'\0') macro52 #define WCHAR_MIN (-0x7fffffff - 1 + L'\0') macro
360 #ifndef WCHAR_MIN362 #define WCHAR_MIN (__WCHAR_MIN__) macro364 #define WCHAR_MIN (0 + L'\0') macro366 #define WCHAR_MIN (-0x7fffffff - 1 + L'\0') macro
1803 * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.1805 * libc/include/wchar.h (WCHAR_MIN): Add comment.2042 * libc/include/wchar.h: Define WCHAR_MIN and WCHAR_MAX according to7462 (WCHAR_MAX, WCHAR_MIN, WINT_MAX, WINT_MIN): Define.16641 * libc/include/wchar.h: Define WCHAR_MIN as 0 and WCHAR_MAX as