#include <corecrt_internal.h>
#include <ctype.h>
#include <locale.h>
#include <string.h>
Go to the source code of this file.
◆ _wcsnicoll()
Definition at line 84 of file wcsnicol.cpp.
89{
90 if (!__acrt_locale_changed())
91 {
92
96
98 }
99 else
100 {
102 }
103}
_Check_return_ int __cdecl __ascii_wcsnicmp(_In_reads_or_z_(count) const wchar_t *lhs, _In_reads_or_z_(count) const wchar_t *rhs, _In_ size_t count)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
GLuint GLuint GLsizei count
int __cdecl _wcsnicoll_l(const wchar_t *_string1, const wchar_t *_string2, size_t count, _locale_t plocinfo)
◆ _wcsnicoll_l()
Definition at line 43 of file wcsnicol.cpp.
49{
51
53 {
54 return 0;
55 }
56
57
61
63
64 if ( _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE] ==
nullptr )
65 {
67 }
68
70 _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE],
72 _string1,
74 _string2,
76 {
79 }
80
82}
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 _wcsnicoll().