#include <corecrt_internal_mbstring.h>
#include <locale.h>
#include <string.h>
Go to the source code of this file.
◆ _mbscoll_l()
Definition at line 40 of file mbscoll.cpp.
45{
48
49
52
53 if (_loc_update.GetLocaleT()->mbcinfo->ismbcodepage == 0)
55
57 _loc_update.GetLocaleT(),
58 _loc_update.GetLocaleT()->mbcinfo->mblocalename,
61 -1,
63 -1,
64 _loc_update.GetLocaleT()->mbcinfo->mbcodepage )))
65 {
67
69 }
70
72
73}
int __cdecl __acrt_CompareStringA(_In_opt_ _locale_t _Plocinfo, _In_ LPCWSTR _LocaleName, _In_ DWORD _DwCmpFlags, _In_CRT_NLS_string_(_CchCount1) PCCH _LpString1, _In_ int _CchCount1, _In_CRT_NLS_string_(_CchCount2) PCCH _LpString2, _In_ int _CchCount2, _In_ int _CodePage)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
_Check_return_ _CRTIMP int __cdecl _strcoll_l(_In_z_ const char *str1, _In_z_ const char *str2, _In_opt_ _locale_t locale)
◆ int()
◆ s2
Initial value:{
int __cdecl _mbscoll_l(const unsigned char *s1, const unsigned char *s2, _locale_t plocinfo)
Definition at line 77 of file mbscoll.cpp.
Referenced by _mbscoll_l().