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

Class CaseFolderTable

scintilla/src/Document.h:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165class CaseFolderTable : public CaseFolder {
166protected:
167 char mapping[256];
168public:
169 CaseFolderTable();
170 virtual ~CaseFolderTable();
171 virtual size_t Fold(char *folded, size_t sizeFolded, const char *mixed, size_t lenMixed);
172 void SetTranslation(char ch, char chTranslation);
173 void StandardASCII();
174};
175
176class Document;
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected