Home
last modified time | relevance | path

Searched refs:accep (Results 1 – 7 of 7) sorted by relevance

/external/openfst/src/include/fst/script/
Ddraw.h39 const bool accep; member
57 bool accep, in FstDrawerArgs()
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs()
83 args->accep, args->title, args->width, in DrawFst()
95 bool accep,
Dcompile.h39 const bool accep; member
49 bool accep, bool ikeep, bool okeep, bool nkeep,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm()
65 args->accep, args->ikeep, in CompileFst()
86 bool accep, bool ikeep, bool okeep, bool nkeep,
Dcompile-impl.h57 const SymbolTable *ssyms, bool accep, bool ikeep,
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
105 if (accep) {
Dprint-impl.h49 bool accep, in FstPrinter() argument
52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstPrinter()
Ddraw-impl.h47 bool accep, in FstDrawer() argument
59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstDrawer()
/external/openfst/src/script/
Dcompile.cc30 bool accep, bool ikeep, bool okeep, bool nkeep, in CompileFst() argument
33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
Ddraw.cc30 bool accep, in DrawFst() argument
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()