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

Method settext

astyle/src/ASLocalizer.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240const char* ASLocalizer::settext(const char* textIn) const
241// Call the settext class and return the value.
242{
243 assert(m_translation);
244 const string stringIn = textIn;
245 return m_translation->translate(stringIn).c_str();
246}
247
248void ASLocalizer::setTranslationClass()
249// Return the required translation class.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected