MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dTolower

Function dTolower

Engine/source/core/strings/stringFunctions.h:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213inline char dTolower(const char c)
214{
215 return tolower( c );
216}
217
218inline bool dIsalnum(const char c)
219{

Callers 9

exportNamespacesMethod · 0.85
getAsciiMethod · 0.85
createEventDescriptorMethod · 0.85
initTolowerTableFunction · 0.85
caseConvMethod · 0.85
StrFindFunction · 0.85
compareMethod · 0.85
makeRelativePathNameMethod · 0.85
isTAEqMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected