Searched defs:endFSTState (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.c298 picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found)
319 (*endFSTState) = altDesc->startFSTState;
343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState));
344 if ((*endFSTState) > 0) {
363 picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState));
465 picokfst_state_t endFSTState; local
500 GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& found);
508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) {
520 ap->startFSTState = endFSTState;
295 GetNextAlternative(picokfst_FST fst, picotrns_AltDesc altDesc, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen, picokfst_symid_t * outSym, picoos_int32 * outRefPos, picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found) argument

Completed in 353 milliseconds