| 163 | }; |
| 164 | |
| 165 | class CaseFolderTable : public CaseFolder { |
| 166 | protected: |
| 167 | char mapping[256]; |
| 168 | public: |
| 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 | |
| 176 | class Document; |
| 177 |
nothing calls this directly
no outgoing calls
no test coverage detected