#include <corecrt_internal_mbstring.h>
#include <locale.h>
Go to the source code of this file.
◆ _mbctoupper_l()
Definition at line 38 of file mbtoupr.cpp.
42{
46
48 {
49
50 val[0] = (
c >> 8) & 0xFF;
52
55
56
58 _loc_update.GetLocaleT(),
59 _loc_update.GetLocaleT()->mbcinfo->mblocalename,
62 2,
64 2,
65 _loc_update.GetLocaleT()->mbcinfo->mbcodepage,
68
71
73
74
75 }
76 else
77 return (
unsigned int)
_mbbtoupper_l((
int)
c, _loc_update.GetLocaleT());
78}
int __cdecl __acrt_LCMapStringA(_locale_t const plocinfo, PCWSTR const LocaleName, DWORD const dwMapFlags, PCCH const lpSrcStr, int const cchSrc, PCH const lpDestStr, int const cchDest, int const code_page, BOOL const bError)
#define _ismbblead_l(_c, p)
#define _mbbtoupper_l(_c, p)
Referenced by int().
◆ int()
Definition at line 79 of file mbtoupr.cpp.
82{
84}
unsigned int __cdecl _mbctoupper_l(unsigned int c, _locale_t plocinfo)