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