Searched refs:ikeep (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | compile.h | 40 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,
|
D | compile-impl.h | 57 const SymbolTable *ssyms, bool accep, bool ikeep, 124 if (ikeep)
|
/external/openfst/src/script/ |
D | compile.cc | 30 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/ |
D | fst-io.h | 214 const SymbolTable *ssyms, bool accep, bool ikeep, in FstReader() argument 277 if (ikeep) in FstReader()
|