Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c310 picoos_bool * pairFound, in picokfst_kfstGetNextPair() argument
318 (*pairFound) = 0; in picokfst_kfstGetNextPair()
328 (*pairFound) = 1; in picokfst_kfstGetNextPair()
331 (*pairFound) = 0; in picokfst_kfstGetNextPair()
Dpicokfst.h129 picoos_bool * pairFound,
Dpicotrns.c302 picoos_bool pairFound; in GetNextAlternative() local
341 … picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass); in GetNextAlternative()
342 if (pairFound) { in GetNextAlternative()