MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / mwcsnicompc

Function mwcsnicompc

Libraries/unrar/match.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138int mwcsnicompc(const wchar *Str1,const wchar *Str2,size_t N,bool ForceCase)
139{
140 if (ForceCase)
141 return wcsncmp(Str1,Str2,N);
142#if defined(_UNIX)
143 return wcsncmp(Str1,Str2,N);
144#else
145 return wcsnicomp(Str1,Str2,N);
146#endif
147}

Callers 1

CmpNameFunction · 0.85

Calls 1

wcsnicompFunction · 0.85

Tested by

no test coverage detected