#include <corecrt_internal.h>
#include <ctype.h>
#include <locale.h>
#include <string.h>
Go to the source code of this file.
◆ _wcsncoll()
Definition at line 83 of file wcsncoll.cpp.
88{
89 if (!__acrt_locale_changed())
90 {
91
92
97 }
98 else
99 {
101 }
102
103}
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
GLuint GLuint GLsizei count
_Check_return_ _CRTIMP int __cdecl wcsncmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
int __cdecl _wcsncoll_l(const wchar_t *_string1, const wchar_t *_string2, size_t count, _locale_t plocinfo)
◆ _wcsncoll_l()
Definition at line 41 of file wcsncoll.cpp.
47{
49
51 {
52 return 0;
53 }
54
56
57
61
62 if ( _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE] ==
nullptr )
63 {
65 }
66
68 _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE],
70 _string1,
72 _string2,
74 {
77 }
78
80
81}
int __cdecl __acrt_CompareStringW(_In_ LPCWSTR _LocaleName, _In_ DWORD _DwCmpFlags, _In_CRT_NLS_string_(_CchCount1) PCWCH _LpString1, _In_ int _CchCount1, _In_CRT_NLS_string_(_CchCount2) PCWCH _LpString2, _In_ int _CchCount2)
Referenced by _wcsncoll().