MCPcopy Create free account
hub / github.com/crownengine/crown / to_upper

Function to_upper

3rdparty/openal/common/alstring.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace {
11
12int to_upper(const char ch)
13{
14 using char8_traits = std::char_traits<char>;
15 return std::toupper(char8_traits::to_int_type(ch));
16}
17
18} // namespace
19

Callers 2

strcasecmpFunction · 0.85
strncasecmpFunction · 0.85

Calls 1

toupperFunction · 0.85

Tested by

no test coverage detected