Searched refs:targetConfig (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/localize/ |
D | XLIFFFile.cpp | 76 Configuration targetConfig; in Parse() local 77 targetConfig.locale = file->GetAttribute("", "target-language", ""); in Parse() 78 result->m_targetConfig = targetConfig; in Parse() 121 targetConfig, id, index, node, CURRENT_VERSION, in Parse() 144 originalFile, targetConfig, id, index, node, OLD_VERSION, in Parse() 155 XLIFFFile::Create(const Configuration& sourceConfig, const Configuration& targetConfig, in Create() argument 160 result->m_targetConfig = targetConfig; in Create()
|
D | XLIFFFile.h | 38 static XLIFFFile* Create(const Configuration& sourceConfig, const Configuration& targetConfig,
|