Home
last modified time | relevance | path

Searched refs:endFSTState (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicotrns.c298 … picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found) in GetNextAlternative() argument
319 (*endFSTState) = altDesc->startFSTState; in GetNextAlternative()
343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState)); in GetNextAlternative()
344 if ((*endFSTState) > 0) { in GetNextAlternative()
363 …t_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState)); in GetNextAlternative()
465 picokfst_state_t endFSTState; in TransductionStep() local
500 …rnative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& f… in TransductionStep()
508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) { in TransductionStep()
520 ap->startFSTState = endFSTState; in TransductionStep()