Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ to_upper
Function
to_upper
Engine/lib/openal-soft/common/alstring.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace {
11
12
int 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
strcasecmp
Function · 0.85
strncasecmp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected