MCPcopy 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
170inline char dToupper(const char c)
171{
172 return toupper( c );
173}
174
175inline char dTolower(const char c)
176{

Callers 12

onTamlCustomReadMethod · 0.85
exportNamespacesMethod · 0.85
getAsciiMethod · 0.85
nat_toupperFunction · 0.85
dStrichrFunction · 0.85
IsCharMatchFunction · 0.85
compileStaticFieldsMethod · 0.85
animateMethod · 0.85
findMouseOverVariableMethod · 0.85
DefineConsoleMethodFunction · 0.85
InstallFileSystemsMethod · 0.85
matchesPatternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected