Searched refs:inEpsTransFound (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicokfst.h141 '*inEpsTransFound' returns whether any such transition was found at all;
145 picoos_bool * inEpsTransFound, picoos_int32 * searchState);
149 '*searchState' maintains the search state, '*inEpsTransFound' returns
154 picoos_bool * inEpsTransFound,
H A Dpicokfst.c364 picoos_bool * inEpsTransFound, picoos_int32 * searchState)
372 (*inEpsTransFound) = 0;
378 (*inEpsTransFound) = 1;
387 picoos_bool * inEpsTransFound,
395 (*inEpsTransFound) = 0;
405 (*inEpsTransFound) = 1;
408 (*inEpsTransFound) = 0;
363 picokfst_kfstStartInEpsTransSearch(picokfst_FST this, picokfst_state_t startState, picoos_bool * inEpsTransFound, picoos_int32 * searchState) argument
386 picokfst_kfstGetNextInEpsTrans(picokfst_FST this, picoos_int32 * searchState, picoos_bool * inEpsTransFound, picokfst_symid_t * outSym, picokfst_state_t * endState) argument
H A Dpicotrns.c304 picoos_bool inEpsTransFound; local
355 picokfst_kfstStartInEpsTransSearch(fst,altDesc->startFSTState,& inEpsTransFound,& altDesc->searchState);
356 if (inEpsTransFound) {
363 picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState));
364 if (inEpsTransFound) {

Completed in 84 milliseconds