| 1284 | } |
| 1285 | |
| 1286 | void Framework::InitTransliteration() |
| 1287 | { |
| 1288 | InitTransliterationInstanceWithDefaultDirs(); |
| 1289 | |
| 1290 | if (!LoadTransliteration()) |
| 1291 | Transliteration::Instance().SetMode(Transliteration::Mode::Disabled); |
| 1292 | } |
| 1293 | |
| 1294 | string Framework::GetCountryName(m2::PointD const & pt) const |
| 1295 | { |
nothing calls this directly
no test coverage detected