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

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h39 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);
35 FarWriteFst(const Fst<Arc>* fst, string key, string* okey, int* nrep, const int32 &generate_filenames, int i, const string &filename_prefix, const string &filename_suffix) argument
66 FarExtract(const vector<string> &ifilenames, const int32 &generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument
H A Dprint-strings.h44 const string &filename_prefix, const string &filename_suffix) {
117 filename = filename_prefix + sstrm.str() + filename_suffix;
38 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 bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h192 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);
222 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 bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc84 const string &filename_suffix) {
87 filename_prefix, filename_suffix);
114 const string &filename_suffix) {
118 filename_prefix, filename_suffix);
77 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument
102 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 bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument

Completed in 269 milliseconds