Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ initTolowerTable
Function
initTolowerTable
engine/source/string/stringTable.cc:40–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
U8 sgHashTable[256];
39
40
void initTolowerTable()
41
{
42
for (U32 i = 0; i < 256; i++) {
43
U8 c = dTolower(i);
44
sgHashTable[i] = c * c;
45
}
46
47
sgInitTable = false;
48
}
49
50
} // namespace {}
51
Callers
2
hashString
Method · 0.70
hashStringn
Method · 0.70
Calls
1
dTolower
Function · 0.85
Tested by
no test coverage detected