Searched defs:filename_suffix (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h40 const string &filename_suffix) {
77 fst.Write(filename_prefix + ofilename + filename_suffix);
35 FarExtract(const vector<string> &ifilenames, const int32 &generate_filenames, const string &begin_key, const string &end_key, const string &filename_prefix, const string &filename_suffix) argument
H A Dprint-strings.h40 const string &filename_suffix) {
106 filename = filename_prefix + sstrm.str() + filename_suffix;
35 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h160 const string &filename_suffix);
186 const string &filename_suffix; member in struct:fst::script::FarPrintStringsArgs
193 const string &filename_prefix, const string &filename_suffix) :
198 filename_suffix(filename_suffix) { }
207 args->filename_suffix);
221 const string &filename_suffix);
188 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc68 const string &filename_suffix) {
70 filename_prefix, filename_suffix);
95 const string &filename_suffix) {
100 filename_suffix);
64 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &begin_key, const string &end_key, const string &filename_prefix, const string &filename_suffix) argument
85 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument

Completed in 25 milliseconds