MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CaseFolderTable

Method CaseFolderTable

scintilla/src/Document.cxx:1433–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1431}
1432
1433CaseFolderTable::CaseFolderTable() {
1434 for (size_t iChar=0; iChar<sizeof(mapping); iChar++) {
1435 mapping[iChar] = static_cast<char>(iChar);
1436 }
1437}
1438
1439CaseFolderTable::~CaseFolderTable() {
1440}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected