Go to the source code of this file.
|
#define | NO_WCHAR |
|
#define | wchar_t char |
|
#define | wint_t int |
|
#define | WEOF ((wint_t)-1) |
|
#define | WCHAR_MAX TYPE_MAXVAL(wchar_t) |
|
#define | WCHAR_MIN TYPE_MINVAL(wchar_t) |
|
#define | WINT_MAX TYPE_MAXVAL(wint_t) |
|
#define | WINT_MIN TYPE_MINVAL(wint_t) |
|
#define | WCTYPE_MAX TYPE_MAXVAL(wctype_t) |
|
#define | WCTYPE_MIN TYPE_MINVAL(wctype_t) |
|
#define | SIZEOF_WCHAR_T SIZEOF_CHAR |
|
#define | MB_CUR_MAX 1 |
|
#define | MB_LEN_MAX 1 |
|
#define | mbtowc(wp, cp, len) |
|
#define | mbrtowc(wp, cp, len, sp) |
|
#define | wctomb(cp, wc) (*(cp) = wc, 1) |
|
#define | wcrtomb(cp, wc, sp) (*(cp) = wc, 1) |
|
#define | mbsinit(sp) ((int)((sp) == 0)) |
|
#define | wcwidth(wc) (1) |
|
◆ MB_CUR_MAX
◆ MB_LEN_MAX
◆ mbrtowc
Value:
*(
wchar_t *)(wp) = *(
char *)(
cp) : 1), 1)
Definition at line 158 of file wchar.h.
◆ mbsinit
◆ mbtowc
Value:
*(
wchar_t *)(wp) = *(
char *)(
cp) : 1), 1)
Definition at line 155 of file wchar.h.
◆ NO_WCHAR
◆ SIZEOF_WCHAR_T
#define SIZEOF_WCHAR_T SIZEOF_CHAR |
◆ WCHAR_MAX
◆ WCHAR_MIN
◆ wchar_t
Definition at line 102 of file wchar.h.
Referenced by LocaleTest::_ctype_facet_w(), _getws(), _ui64tow(), _vsnprintf(), a2w(), BitsetTest::bitset1(), CM_Query_Resource_Conflict_List(), anonymous_namespace{mstscax.cpp}::CoClass::ControlInfoToString(), utf_converter::get_wchar_t(), InitDialog(), mbstowcs(), mbtowc(), MSVCRT__create_locale(), RtlStringCbCatExW(), RtlStringCbCatNExW(), RtlStringCbCatNW(), RtlStringCbCatW(), RtlStringCbCopyExW(), RtlStringCbCopyNExW(), RtlStringCbCopyNW(), RtlStringCbCopyW(), RtlStringCbLengthW(), RtlStringCbPrintfExW(), RtlStringCbPrintfW(), RtlStringCbVPrintfExW(), RtlStringCbVPrintfW(), RtlStringCchCatExW(), RtlStringCchCopyExW(), RtlStringCchPrintfExW(), RtlStringCchVPrintfExW(), FstreamTest::seek(), streamout(), and utf8_mbtowc().
◆ wcrtomb
◆ wctomb
◆ WCTYPE_MAX
◆ WCTYPE_MIN
◆ wcwidth
◆ WEOF
◆ WINT_MAX
◆ WINT_MIN
◆ wint_t