Searched refs:picokfst_state_t (Results 1 – 3 of 3) sorted by relevance
/external/svox/pico/lib/ |
D | picokfst.h | 45 typedef picoos_int16 picokfst_state_t; /* type of states */ typedef 135 void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transC… 136 picokfst_state_t * endState); 144 void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, 155 picokfst_symid_t * outSym, picokfst_state_t * endState); 162 picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state);
|
D | picokfst.c | 342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans() 343 picokfst_state_t * endState) in picokfst_kfstGetTrans() 363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch() 388 picokfst_symid_t * outSym, picokfst_state_t * endState) in picokfst_kfstGetNextInEpsTrans() 404 *endState = (picokfst_state_t)val; in picokfst_kfstGetNextInEpsTrans() 418 extern picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state) in picokfst_kfstIsAcceptingState()
|
D | picotrns.c | 147 picokfst_state_t startFSTState; /**< starting FST state in current recursion position */ 149 picokfst_state_t altState; /**< state of alternatives search; 298 … picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found) in GetNextAlternative() 465 picokfst_state_t endFSTState; in TransductionStep()
|