Searched refs:GetTextConfigValue (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
H A DTextConfig.h17 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
H A DTextConfig.cpp118 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id) function
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp177 UString friendlyName = GetTextConfigValue(pairs, L"Title");
178 UString installPrompt = GetTextConfigValue(pairs, L"BeginPrompt");
179 UString progress = GetTextConfigValue(pairs, L"Progress");
191 appLaunched = GetTextConfigValue(pairs, L"RunProgram");
194 executeFile = GetTextConfigValue(pairs, L"ExecuteFile");
195 executeParameters = GetTextConfigValue(pairs, L"ExecuteParameters");

Completed in 468 milliseconds