Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
inline char dTolower(const char c)
214
{
215
return tolower( c );
216
}
217
218
inline bool dIsalnum(const char c)
219
{
Callers
9
exportNamespaces
Method · 0.85
getAscii
Method · 0.85
createEventDescriptor
Method · 0.85
initTolowerTable
Function · 0.85
caseConv
Method · 0.85
StrFind
Function · 0.85
compare
Method · 0.85
makeRelativePathName
Method · 0.85
isTAEq
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected