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

Function initTolowerTable

Engine/source/core/stringTable.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38U8 sgHashTable[256];
39
40void 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

hashStringMethod · 0.85
hashStringnMethod · 0.85

Calls 1

dTolowerFunction · 0.85

Tested by

no test coverage detected