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

  /external/openfst/src/include/fst/extensions/far/
extract.h 39 const string &filename_suffix) {
62 fst->Write(filename_prefix + ofilename + filename_suffix);
72 const string &filename_suffix) {
100 filename_prefix, filename_suffix);
117 filename_prefix, filename_suffix);
133 filename_prefix, filename_suffix);
farscript.h 192 const string &filename_suffix);
220 const string &filename_suffix; member in struct:fst::script::FarPrintStringsArgs
228 const string &filename_prefix, const string &filename_suffix) :
234 filename_suffix(filename_suffix) { }
243 args->filename_prefix, args->filename_suffix);
259 const string &filename_suffix);
print-strings.h 44 const string &filename_prefix, const string &filename_suffix) {
117 filename = filename_prefix + sstrm.str() + filename_suffix;
  /external/openfst/src/extensions/far/
farextract.cc 27 DEFINE_string(filename_suffix, "", "Suffix to append to filenames");
farscript.cc 84 const string &filename_suffix) {
87 filename_prefix, filename_suffix);
114 const string &filename_suffix) {
118 filename_prefix, filename_suffix);
farprintstrings.cc 25 DEFINE_string(filename_suffix, "", "Suffix to append to filenames");

Completed in 8306 milliseconds