MCPcopy 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

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.70
hashStringnMethod · 0.70

Calls 1

dTolowerFunction · 0.85

Tested by

no test coverage detected