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

Function etoupperw

Libraries/unrar/strfn.cpp:161–166  ·  view source on GitHub ↗

Unicode version of etoupper.

Source from the content-addressed store, hash-verified

159
160// Unicode version of etoupper.
161wchar etoupperw(wchar ch)
162{
163 if (ch=='i')
164 return 'I';
165 return toupperw(ch);
166}
167
168
169// We do not want to cast every signed char to unsigned when passing to

Callers 2

IsDriveLetterFunction · 0.85
GetPathDiskFunction · 0.85

Calls 1

toupperwFunction · 0.85

Tested by

no test coverage detected