|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal_mbstring.h>#include <corecrt_internal_ptd_propagation.h>#include <locale.h>#include <stdlib.h>#include <wchar.h>
Go to the source code of this file.
Functions | |
| int __cdecl | _mbtowc_internal (wchar_t *pwc, const char *s, size_t n, __crt_cached_ptd_host &ptd) |
| int __cdecl | _mbtowc_l (wchar_t *pwc, const char *s, size_t n, _locale_t plocinfo) |
| int __cdecl | mbtowc (wchar_t *pwc, const char *s, size_t n) |
| int __cdecl _mbtowc_internal | ( | wchar_t * | pwc, |
| const char * | s, | ||
| size_t | n, | ||
| __crt_cached_ptd_host & | ptd | ||
| ) |
Definition at line 45 of file mbtowc.cpp.
Referenced by _mbtowc_l(), _putch_nolock_internal(), mbtowc(), __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::type_case_c_tchar(), write_double_translated_ansi_nolock(), and __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::write_stored_string_tchar().
Definition at line 134 of file mbtowc.cpp.