| 1431 | } |
| 1432 | |
| 1433 | CaseFolderTable::CaseFolderTable() { |
| 1434 | for (size_t iChar=0; iChar<sizeof(mapping); iChar++) { |
| 1435 | mapping[iChar] = static_cast<char>(iChar); |
| 1436 | } |
| 1437 | } |
| 1438 | |
| 1439 | CaseFolderTable::~CaseFolderTable() { |
| 1440 | } |
nothing calls this directly
no outgoing calls
no test coverage detected