OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inEpsTransFound
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picokfst.h
141
'*
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
,
picokfst.c
364
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;
picotrns.c
304
picoos_bool
inEpsTransFound
;
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 67 milliseconds