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

  /external/svox/pico/lib/
picokfst.h 125 '*searchState' maintains the search state, 'pairFound' returns whether any more pair was found,
129 picoos_bool * pairFound,
picokfst.c 310 picoos_bool * pairFound,
318 (*pairFound) = 0;
328 (*pairFound) = 1;
331 (*pairFound) = 0;
picotrns.c 302 picoos_bool pairFound;
341 picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass);
342 if (pairFound) {

Completed in 29 milliseconds