MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / make_lower

Function make_lower

src/common/string_utils.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95wchar_t make_lower(wchar_t c) {
96 return static_cast<wchar_t>(reinterpret_cast<std::size_t>(CharLower(reinterpret_cast<LPWSTR>(c))));
97}
98
99bool is_upper(wchar_t c) {
100 return IsCharUpper(c);

Callers 1

apply_case_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected