Home
last modified time | relevance | path

Searched defs:osyms (Results 1 – 19 of 19) sorted by relevance

/external/openfst/src/bin/
Dfstsymbols.cc73 const SymbolTable *osyms = fst->OutputSymbols(); in main() local
109 SymbolTable *osyms = RelabelSymbolTable(fst->OutputSymbols(), opairs); in main() local
Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
Dfstdraw.cc78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
Dfstprint.cc71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
/external/openfst/src/script/
Dprint.cc28 const SymbolTable *osyms, in PrintFst()
Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst()
Ddraw.cc28 const SymbolTable *osyms, in DrawFst()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dverify.h36 const SymbolTable *osyms = fst.OutputSymbols(); in Verify() local
Dfst.h444 void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols()
Dvector-fst.h623 virtual void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols()
/external/openfst/src/include/fst/script/
Dprint.h34 const SymbolTable *osyms; member
Dcompile.h37 const fst::SymbolTable *osyms; member
Ddraw.h37 const SymbolTable *osyms; member
Dprint-impl.h47 const SymbolTable *osyms, in FstPrinter()
Ddraw-impl.h45 const SymbolTable *osyms, in FstDrawer()
/external/srec/tools/grxmlcompile/
Dfst-io.h50 const SymbolTable *osyms, in FstPrinter()
213 const SymbolTable *isyms, const SymbolTable *osyms, in FstReader()
/external/openfst/src/include/fst/
Dminimize.h559 SymbolTable *osyms = fst->OutputSymbols() ? variable
563 delete osyms; variable
Dmutable-fst.h341 virtual void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols()
Dfst.h659 void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols()