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

Method ConvertNameCase

Libraries/unrar/arcread.cpp:1277–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275
1276#ifndef SFX_MODULE
1277void Archive::ConvertNameCase(wchar *Name)
1278{
1279 if (Cmd->ConvertNames==NAMES_UPPERCASE)
1280 wcsupper(Name);
1281 if (Cmd->ConvertNames==NAMES_LOWERCASE)
1282 wcslower(Name);
1283}
1284#endif
1285
1286

Callers

nothing calls this directly

Calls 2

wcsupperFunction · 0.85
wcslowerFunction · 0.85

Tested by

no test coverage detected