MCPcopy Create free account
hub / github.com/comaps/comaps / SetMode

Method SetMode

libs/i18n/transliteration.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Transliteration::SetMode(Mode mode)
78{
79 m_mode = mode;
80}
81
82bool Transliteration::Transliterate(localisation::TransliteratorId const transliteratorId, icu::UnicodeString & ustr) const
83{

Calls

no outgoing calls

Tested by

no test coverage detected