72 if(_string1!=
nullptr && _count>0)
77 if ( (_loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE] ==
nullptr) &&
78 (_loc_update.GetLocaleT()->locinfo->lc_collate_cp ==
CP_ACP) )
81 strncpy(_string1, _string2, _count);
88 _loc_update.GetLocaleT(),
89 _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE],
95 _loc_update.GetLocaleT()->locinfo->lc_collate_cp,
107 if (_string1 !=
nullptr && _count > 0)
119 _loc_update.GetLocaleT(),
120 _loc_update.GetLocaleT()->locinfo->locale_name[
LC_COLLATE],
126 _loc_update.GetLocaleT()->locinfo->lc_collate_cp,
140 const char *_string2,
145 return _strxfrm_l(_string1, _string2, _count,
nullptr);
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)
ACPI_SIZE strlen(const char *String)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
#define _BEGIN_SECURE_CRT_DEPRECATION_DISABLE
#define _END_SECURE_CRT_DEPRECATION_DISABLE
size_t __cdecl _strxfrm_l(char *_string1, const char *_string2, size_t _count, _locale_t plocinfo)
size_t __cdecl strxfrm(char *_string1, const char *_string2, size_t _count)