Searched defs:isyms (Results 1 – 18 of 18) sorted by relevance
/external/openfst/src/bin/ |
D | fstsymbols.cc | 64 const SymbolTable *isyms = fst->InputSymbols(); in main() local 99 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs); in main() local
|
D | fstcompile.cc | 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
|
D | fstdraw.cc | 78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
|
D | fstprint.cc | 71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
|
/external/openfst/src/script/ |
D | print.cc | 27 const SymbolTable *isyms, in PrintFst()
|
D | compile.cc | 28 const SymbolTable *isyms, in CompileFst()
|
D | draw.cc | 27 const SymbolTable *isyms, in DrawFst()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | verify.h | 35 const SymbolTable *isyms = fst.InputSymbols(); in Verify() local
|
D | fst.h | 439 void SetInputSymbols(const SymbolTable* isyms) { in SetInputSymbols()
|
D | vector-fst.h | 620 virtual void SetInputSymbols(const SymbolTable* isyms) { in SetInputSymbols()
|
/external/openfst/src/include/fst/script/ |
D | print.h | 33 const SymbolTable *isyms; member
|
D | compile.h | 36 const fst::SymbolTable *isyms; member
|
D | print-impl.h | 46 const SymbolTable *isyms, in FstPrinter()
|
D | draw.h | 36 const SymbolTable *isyms; member
|
D | draw-impl.h | 44 const SymbolTable *isyms, in FstDrawer()
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 49 const SymbolTable *isyms, in FstPrinter() 213 const SymbolTable *isyms, const SymbolTable *osyms, in FstReader()
|
/external/openfst/src/include/fst/ |
D | mutable-fst.h | 336 virtual void SetInputSymbols(const SymbolTable* isyms) { in SetInputSymbols()
|
D | fst.h | 654 void SetInputSymbols(const SymbolTable* isyms) { in SetInputSymbols()
|