Searched refs:ValuesFile (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tools/localize/ |
D | ValuesFile.cpp | 29 ArrayHandler(ValuesFile* vf, int version, const string& versionString, const string& id); 37 ValuesFile* m_vf; 45 ArrayHandler::ArrayHandler(ValuesFile* vf, int version, const string& versionString, in ArrayHandler() 91 ValuesHandler(ValuesFile* vf, int version, const string& versionString); 99 ValuesFile* m_vf; 105 ValuesHandler::ValuesHandler(ValuesFile* vf, int version, const string& versionString) in ValuesHandler() 146 ValuesFile::ValuesFile(const Configuration& config) in ValuesFile() function in ValuesFile 153 ValuesFile::~ValuesFile() in ~ValuesFile() 157 ValuesFile* 158 ValuesFile::ParseFile(const string& filename, const Configuration& config, in ParseFile() [all …]
|
D | merge_res_and_xliff_test.cpp | 13 ValuesFile* en_current = ValuesFile::ParseFile("testdata/merge_en_current.xml", english, in merge_test() 20 ValuesFile* xx_current = ValuesFile::ParseFile("testdata/merge_xx_current.xml", translated, in merge_test() 26 ValuesFile* xx_old = ValuesFile::ParseFile("testdata/merge_xx_old.xml", translated, in merge_test() 35 ValuesFile* result = merge_res_and_xliff(en_current, xx_current, xx_old, in merge_test()
|
D | ValuesFile.h | 16 class ValuesFile 19 ValuesFile(const Configuration& config); 21 static ValuesFile* ParseFile(const string& filename, const Configuration& config, 23 static ValuesFile* ParseString(const string& filename, const string& text, 26 ~ValuesFile(); 42 friend class ValuesFile::ParseState; 45 ValuesFile();
|
D | merge_res_and_xliff.h | 7 ValuesFile* merge_res_and_xliff(const ValuesFile* en_current, 8 const ValuesFile* xx_current, const ValuesFile* xx_old,
|
D | file_utils.cpp | 96 ValuesFile* 109 ValuesFile* result = ValuesFile::ParseString(filename, text, configuration, version, in get_values_file() 118 ValuesFile* 144 ValuesFile* result = ValuesFile::ParseString(filename, text, configuration, version, in get_local_values_file()
|
D | merge_res_and_xliff.cpp | 64 ValuesFile* 65 merge_res_and_xliff(const ValuesFile* en_currentFile, in merge_res_and_xliff() 66 const ValuesFile* xx_currentFile, const ValuesFile* xx_oldFile, in merge_res_and_xliff() 75 ValuesFile* result = new ValuesFile(xx_config); in merge_res_and_xliff() 150 ValuesFile* en_current; 151 ValuesFile* xx_current; 152 ValuesFile* xx_old; 153 ValuesFile* xx_new; 268 file->xx_current = new ValuesFile(file->xliff->TargetConfig()); in do_merge() 278 file->xx_old = new ValuesFile(file->xliff->TargetConfig()); in do_merge()
|
D | file_utils.h | 13 ValuesFile* get_values_file(const string& filename, const Configuration& configuration, 15 ValuesFile* get_local_values_file(const string& filename, const Configuration& configuration,
|
D | res_check.cpp | 8 static int check_file(const ValuesFile* file); 22 ValuesFile* valuesFile = get_local_values_file(filename, english, CURRENT_VERSION, in do_rescheck() 36 check_file(const ValuesFile* file) in check_file()
|
D | ValuesFile_test.cpp | 10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, in ValuesFile_test()
|
D | Android.mk | 20 ValuesFile.cpp \
|
D | localize.cpp | 116 ValuesFile_to_XLIFFFile(const ValuesFile* values, XLIFFFile* xliff, const string& englishFilename) in ValuesFile_to_XLIFFFile() 327 ValuesFile* currentFile = get_values_file(resFile, english, CURRENT_VERSION, in do_export() 340 ValuesFile* oldFile = get_values_file(resFile, english, OLD_VERSION, in do_export() 353 ValuesFile* transFile = get_values_file(transFilename, translated, OLD_VERSION, in do_export()
|
D | xmb.cpp | 137 ValuesFile* valuesFile = get_local_values_file(resFile, english, CURRENT_VERSION, "", true); in do_xlb_export()
|