| 341 | } |
| 342 | |
| 343 | size_t Translation::getTranslationVectorSize() const |
| 344 | // Return the translation vector size. Used for testing. |
| 345 | { |
| 346 | return m_translation.size(); |
| 347 | } |
| 348 | |
| 349 | bool Translation::getWideTranslation(const string &stringIn, wstring &wideOut) const |
| 350 | // Get the wide translation string. Used for testing. |
nothing calls this directly
no outgoing calls
no test coverage detected