MCPcopy Create free account
hub / github.com/audacity/audacity / ToLower

Function ToLower

libraries/lib-string-utils/StringUtils.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "CodeConversions.h"
10
11std::string ToLower(const std::string& str)
12{
13 return audacity::ToUTF8(ToLower(audacity::ToWXString(str)));
14}
15
16std::string ToLower(const std::string_view& str)
17{

Callers 2

IsPrefixedInsensitiveFunction · 0.85

Calls 3

ToUTF8Function · 0.85
ToWXStringFunction · 0.85
ToWStringFunction · 0.85

Tested by

no test coverage detected