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

Method getTranslationVectorSize

astyle/src/ASLocalizer.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected