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

  /external/srec/tools/grxmlcompile/
fst-io.h 49 const SymbolTable *isyms,
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
170 isyms = SymbolTable::ReadText(FLAGS_isymbols);
171 if (!isyms) exit(1);
184 if (!isyms && !FLAGS_numeric)
185 isyms = fst->InputSymbols();
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
192 if (isyms && !FLAGS_save_isymbols.empty())
193 isyms->WriteText(FLAGS_save_isymbols)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 35 const SymbolTable *isyms = fst.InputSymbols(); local
66 } else if (isyms && isyms->Find(arc.ilabel) == "") {
70 << isyms->Name() << "\"";
fst.h 439 void SetInputSymbols(const SymbolTable* isyms) {
441 isymbols_ = isyms ? isyms->Copy() : 0;
mutable-fst.h 64 virtual void SetInputSymbols(const SymbolTable* isyms) = 0;
vector-fst.h 618 virtual void SetInputSymbols(const SymbolTable* isyms) {
620 impl_->SetInputSymbols(isyms);

Completed in 1063 milliseconds