HomeSort by relevance Sort by last modified time
    Searched defs:xx_current (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/localize/
merge_res_and_xliff_test.cpp 20 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,
merge_res_and_xliff.cpp 97 // 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 == NULL)
    [all...]

Completed in 45 milliseconds