MCPcopy 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
208inline char dToupper(const char c)
209{
210 return toupper( c );
211}
212
213inline char dTolower(const char c)
214{

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
DefineEngineMethodFunction · 0.85
InstallFileSystemsMethod · 0.85
matchesPatternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected