Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ dToupper
Function
dToupper
Engine/source/core/strings/stringFunctions.h:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
inline char dToupper(const char c)
171
{
172
return toupper( c );
173
}
174
175
inline char dTolower(const char c)
176
{
Callers
12
onTamlCustomRead
Method · 0.85
exportNamespaces
Method · 0.85
getAscii
Method · 0.85
nat_toupper
Function · 0.85
dStrichr
Function · 0.85
IsCharMatch
Function · 0.85
compileStaticFields
Method · 0.85
animate
Method · 0.85
findMouseOverVariable
Method · 0.85
DefineConsoleMethod
Function · 0.85
InstallFileSystems
Method · 0.85
matchesPattern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected