HomeSort by relevance Sort by last modified time
    Searched refs:InputSymbols (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/openfst/src/include/fst/extensions/far/
print-strings.h 90 if (i == 1 && initial_symbols && syms == 0 && fst.InputSymbols() != 0)
91 syms = fst.InputSymbols()->Copy();
95 token_type, syms ? syms : fst.InputSymbols());
  /external/openfst/src/include/fst/
invert.h 57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0;
85 GetImpl()->SetOutputSymbols(fst.InputSymbols());
project.h 80 fst->SetOutputSymbols(fst->InputSymbols());
107 GetImpl()->SetOutputSymbols(fst.InputSymbols());
randequivalent.h 52 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
concat.h 54 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) ||
119 if (!CompatSymbols(fst1.InputSymbols(), fst2->InputSymbols()) ||
rational.h 125 SetInputSymbols(fst1.InputSymbols());
131 rfst_.SetInputSymbols(fst1.InputSymbols());
147 SetInputSymbols(fst1.InputSymbols());
154 rfst_.SetInputSymbols(fst1.InputSymbols());
169 SetInputSymbols(fst.InputSymbols());
184 rfst_.SetInputSymbols(fst.InputSymbols());
union.h 51 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) ||
mutable-fst.h 70 virtual const SymbolTable* InputSymbols() const = 0;
318 virtual const SymbolTable* InputSymbols() const {
319 return GetImpl()->InputSymbols();
328 return GetImpl()->InputSymbols();
reverse.h 49 ofst->SetInputSymbols(ifst.InputSymbols());
encode.h 180 SymbolTable *InputSymbols() const { return isymbols_; }
396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); }
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
verify.h 38 const SymbolTable *isyms = fst.InputSymbols();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 66 SetInputSymbols(fst1.InputSymbols());
72 rfst_.SetInputSymbols(fst1.InputSymbols());
88 SetInputSymbols(fst1.InputSymbols());
95 rfst_.SetInputSymbols(fst1.InputSymbols());
110 SetInputSymbols(fst.InputSymbols());
125 rfst_.SetInputSymbols(fst.InputSymbols());
220 virtual const SymbolTable* InputSymbols() const {
221 return impl_->InputSymbols();
arcsort.h 78 using FstImpl<A>::InputSymbols;
96 SetInputSymbols(fst.InputSymbols());
104 SetInputSymbols(impl.InputSymbols());
237 virtual const SymbolTable* InputSymbols() const {
238 return impl_->InputSymbols();
mutable-fst.h 54 virtual const SymbolTable* InputSymbols() const = 0;
59 virtual SymbolTable* InputSymbols() = 0;
reverse.h 42 ofst->SetInputSymbols(ifst.InputSymbols());
complement.h 61 SetInputSymbols(fst.InputSymbols());
152 virtual const SymbolTable* InputSymbols() const {
153 return impl_->InputSymbols();
relabel.h 105 const SymbolTable* old_isymbols = fst->InputSymbols();
201 SetInputSymbols(fst.InputSymbols());
204 const SymbolTable* old_isymbols = fst.InputSymbols();
388 virtual const SymbolTable* InputSymbols() const {
389 return impl_->InputSymbols();
replace.h 66 using FstImpl<A>::InputSymbols;
103 SetInputSymbols(fst_tuples[0].second->InputSymbols());
128 SetInputSymbols(InputSymbols());
154 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
157 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
599 virtual const SymbolTable* InputSymbols() const {
600 return impl_->InputSymbols();
verify.h 35 const SymbolTable *isyms = fst.InputSymbols();
  /external/openfst/src/include/fst/script/
fst-class.h 53 virtual const SymbolTable *InputSymbols() const = 0;
99 virtual const SymbolTable *InputSymbols() const {
100 return impl_->InputSymbols();
194 virtual const SymbolTable *InputSymbols() const {
195 return impl_->InputSymbols();
info-impl.h 57 input_symbols_(fst.InputSymbols() ?
58 fst.InputSymbols()->Name() : "none"),
176 const string& InputSymbols() const { return input_symbols_; }
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
  /external/openfst/src/bin/
fstrelabel.cc 78 bool attach_new_isymbols = (fst->InputSymbols() != 0);
80 ? fst->InputSymbols()
fstsymbols.cc 64 const SymbolTable *isyms = fst->InputSymbols();
99 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs);
fstdraw.cc 99 isyms = fst->InputSymbols();
fstprint.cc 92 isyms = fst->InputSymbols();

Completed in 346 milliseconds

1 2 3