HomeSort by relevance Sort by last modified time
    Searched refs:translated_file_name (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/localize/
file_utils.h 11 string translated_file_name(const string& file, const string& locale);
localize.h 28 string translated_file_name(const string& file, const string& locale);
file_utils.cpp 51 translated_file_name(const string& file, const string& locale) function
localize_test.cpp 12 string result = translated_file_name(file, locale);
14 fprintf(stderr, "translated_file_name test failed\n");
21 fprintf(stderr, "translated_file_name test passed\n");
merge_res_and_xliff.cpp 230 mf.translated = translated_file_name(mf.original, xliff->TargetConfig().locale);
localize.cpp 352 string transFilename = translated_file_name(resFile, targetLocale);

Completed in 31 milliseconds