Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicotrns.c295 static void GetNextAlternative (picokfst_FST fst, picotrns_AltDesc altDesc, in GetNextAlternative() argument
309 switch (altDesc->altState) { in GetNextAlternative()
311 if (altDesc->inPos < inSeqLen) { in GetNextAlternative()
312 inSym = inSeq[altDesc->inPos].sym; in GetNextAlternative()
318 (*outRefPos) = inSeq[altDesc->inPos].pos; in GetNextAlternative()
319 (*endFSTState) = altDesc->startFSTState; in GetNextAlternative()
320 (*nextInPos) = altDesc->inPos + 1; in GetNextAlternative()
321 altDesc->altState = 2; in GetNextAlternative()
324 … picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState); in GetNextAlternative()
326 altDesc->altState = 2; in GetNextAlternative()
[all …]