Searched refs:picokfst_kfstIsAcceptingState (Results 1 – 3 of 3) sorted by relevance
162 picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state);
418 extern picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state) in picokfst_kfstIsAcceptingState() function
508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) { in TransductionStep()