Home
last modified time | relevance | path

Searched refs:ikeep (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
Dcompile.h40 const bool ikeep; 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,
124 if (ikeep)
/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()
/external/srec/tools/grxmlcompile/
Dfst-io.h214 const SymbolTable *ssyms, bool accep, bool ikeep, in FstReader() argument
277 if (ikeep) in FstReader()