Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dToupper
Function
dToupper
Engine/source/core/strings/stringFunctions.h:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
inline char dToupper(const char c)
209
{
210
return toupper( c );
211
}
212
213
inline char dTolower(const char c)
214
{
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
DefineEngineMethod
Function · 0.85
InstallFileSystems
Method · 0.85
matchesPattern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected