MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / LowerCaseString

Function LowerCaseString

Goldleaf/source/base.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111std::string LowerCaseString(const std::string &str) {
112 auto copy = str;
113 std::transform(copy.begin(), copy.end(), copy.begin(), tolower);
114 return copy;
115}
116
117Language GetLanguageBySystemLanguage(const SetLanguage sys_lang) {
118 for(const auto &[lang, sys_langs] : g_SystemLanguagesMap) {

Callers 3

OnFileSelectedMethod · 0.85
OnDirectorySelectedMethod · 0.85
UpdateElementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected