Searched defs:IsFinal (Results 1 – 5 of 5) sorted by relevance
19 bool SpellcheckAction::IsFinal() const { in IsFinal() function in SpellcheckAction
83 static bool IsFinal(const Fst<Arc> &fa, MappedId s) { in IsFinal() function
73 static bool IsFinal(const Fst<Arc> &fa, MappedId s) { in IsFinal() function
152 bool Target::IsFinal() const { in IsFinal() function in Target
276 enum IsFinal { NOT_FINAL_FRAME, FINAL_FRAME }; enum