Home
last modified time | relevance | path

Searched refs:targetConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/localize/
DXLIFFFile.cpp76 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()
DXLIFFFile.h38 static XLIFFFile* Create(const Configuration& sourceConfig, const Configuration& targetConfig,