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

Function touppercw

Libraries/unrar/match.cpp:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static int mwcsnicompc(const wchar *Str1,const wchar *Str2,size_t N,bool ForceCase);
6
7inline uint touppercw(uint ch,bool ForceCase)
8{
9 if (ForceCase)
10 return ch;
11#if defined(_UNIX)
12 return ch;
13#else
14 return toupperw(ch);
15#endif
16}
17
18
19bool CmpName(const wchar *Wildcard,const wchar *Name,int CmpMode)

Callers 1

matchFunction · 0.85

Calls 1

toupperwFunction · 0.85

Tested by

no test coverage detected