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

Method SetTranslation

scintilla/src/Document.cxx:1453–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451}
1452
1453void CaseFolderTable::SetTranslation(char ch, char chTranslation) {
1454 mapping[static_cast<unsigned char>(ch)] = chTranslation;
1455}
1456
1457void CaseFolderTable::StandardASCII() {
1458 for (size_t iChar=0; iChar<sizeof(mapping); iChar++) {

Callers 1

CaseFolderForEncodingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected