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

Function dTolower

Engine/source/core/strings/stringFunctions.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175inline char dTolower(const char c)
176{
177 return tolower( c );
178}
179
180inline bool dIsalnum(const char c)
181{

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