Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
inline char dTolower(const char c)
176
{
177
return tolower( c );
178
}
179
180
inline bool dIsalnum(const char c)
181
{
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