#include <corecrt_internal.h>
#include <ctype.h>
#include <locale.h>
Go to the source code of this file.
◆ _towupper_l()
Definition at line 28 of file towupper.cpp.
32{
34 {
36 }
37
39 auto const locinfo = _loc_update.GetLocaleT()->locinfo;
40
42 {
43
44
46 {
48 }
49 }
50 else
51 {
52
53
55 {
57 }
58
60 {
61
62
64 }
65 }
66
72 1,
74 1))
75 {
77 }
78
79 return widechar;
80}
int __cdecl __acrt_LCMapStringW(LPCWSTR const locale_name, DWORD const map_flags, LPCWSTR const source, int source_count, LPWSTR const destination, int const destination_count)
_Check_return_ __forceinline wint_t _towupper_fast_internal(_In_ unsigned char const c, _In_ _locale_t const locale)
Referenced by towupper().
◆ towupper()
Definition at line 99 of file towupper.cpp.
102{
103
105}
wint_t __cdecl _towupper_l(wint_t const c, _locale_t const plocinfo)