Searched defs:end_key (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h103 string end_key = string(range_vector[1]); local
104 if (begin_key.empty() || end_key.empty()) {
114 if (end_key < ikey) break;
H A Dinfo.h53 const string &end_key, const bool list_fsts) {
65 if (!end_key.empty() && end_key < key)
52 FarInfo(const vector<string> &filenames, const string &begin_key, const string &end_key, const bool list_fsts) argument
H A Dprint-strings.h41 const string &end_key, const bool print_key, const bool print_weight,
81 if (!end_key.empty() && end_key < key)
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.h171 const string &end_key = string());
205 const string &end_key,
213 const string &end_key; member in struct:fst::script::FarPrintStringsArgs
225 const string &end_key, const bool print_key, const bool print_weight,
230 begin_key(begin_key), end_key(end_key),
241 args->begin_key, args->end_key, args->print_key, args->print_weight,
252 const string &end_key,
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.cc69 const string &begin_key, const string &end_key) {
70 FarEqualInnerArgs args(filename1, filename2, delta, begin_key, end_key);
95 const string &end_key,
97 FarInfoArgs args(filenames, begin_key, end_key, list_fsts);
107 const string &end_key,
116 begin_key, end_key, print_key, print_weight,
67 FarEqual(const string &filename1, const string &filename2, const string &arc_type, float delta, const string &begin_key, const string &end_key) argument
92 FarInfo(const vector<string> &filenames, const string &arc_type, const string &begin_key, const string &end_key, const bool list_fsts) 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 194 milliseconds