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

Function make_upper

src/common/string_utils.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91wchar_t make_upper(wchar_t c) {
92 return static_cast<wchar_t>(reinterpret_cast<std::size_t>(CharUpper(reinterpret_cast<LPWSTR>(c))));
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))));

Callers 1

apply_case_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected