HomeSort by relevance Sort by last modified time
    Searched refs:inSymFound (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picokfst.h 117 /* starts search for all pairs with input symbol 'inSym'; '*inSymFound' returns whether
122 picoos_bool * inSymFound, picoos_int32 * searchState);
picokfst.c 273 picoos_bool * inSymFound, picoos_int32 * searchState)
284 (*inSymFound) = 0;
302 (*inSymFound) = 1;
picotrns.c 301 picoos_bool inSymFound;
324 picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState);
325 if (!inSymFound) {

Completed in 164 milliseconds