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

/frameworks/base/tools/localize/
H A Dmerge_res_and_xliff.h8 const ValuesFile* xx_current, const ValuesFile* xx_old,
H A Dmerge_res_and_xliff_test.cpp20 ValuesFile* xx_current = ValuesFile::ParseFile("testdata/merge_xx_current.xml", translated, local
22 if (xx_current == NULL) {
35 ValuesFile* result = merge_res_and_xliff(en_current, xx_current, xx_old,
H A Dmerge_res_and_xliff.cpp97 // if it changed between xx_old and xx_current, use xx_current
122 // if it is present in xx_current, use that
151 ValuesFile* xx_current; member in struct:MergedFile
176 xx_current(NULL),
192 xx_current(that.xx_current),
263 // file->xx_current;
265 file->xx_current = get_values_file(file->translated, file->xliff->TargetConfig(),
267 if (file->xx_current
[all...]

Completed in 29 milliseconds