MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / addPair

Method addPair

astyle/src/ASLocalizer.cpp:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300//----------------------------------------------------------------------------
301
302void Translation::addPair(const string &english, const wstring &translated)
303// Add a string pair to the translation vector.
304{
305 pair<string, wstring> entry (english, translated);
306 m_translation.push_back(entry);
307}
308
309string Translation::convertToMultiByte(const wstring &wideStr) const
310// Convert wchar_t to a multibyte string using the currently assigned locale.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected