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

/external/svox/pico/lib/
H A Dpicokfst.h117 /* starts search for all pairs with input symbol 'inSym'; '*inSymFound' returns whether
122 picoos_bool * inSymFound, picoos_int32 * searchState);
H A Dpicokfst.c273 picoos_bool * inSymFound, picoos_int32 * searchState)
284 (*inSymFound) = 0;
302 (*inSymFound) = 1;
272 picokfst_kfstStartPairSearch(picokfst_FST this, picokfst_symid_t inSym, picoos_bool * inSymFound, picoos_int32 * searchState) argument
H A Dpicotrns.c301 picoos_bool inSymFound; local
324 picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState);
325 if (!inSymFound) {

Completed in 269 milliseconds