Searched defs:firstSolOnly (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.c450 'firstSolOnly' determines whether only the first solution should be found or if
458 picoos_bool firstSolOnly, picotrns_printSolutionFct printSolution,
493 if ((tmpRecPos < 0) || (firstSolOnly && ((*transductionState).nrSol > 0))) {
561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, argument
589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution,
456 TransductionStep(picokfst_FST fst, struct picotrns_transductionState * transductionState, picotrns_altDesc_t altDesc[], picoos_uint16 maxAltDescLen, picoos_bool firstSolOnly, picotrns_printSolutionFct printSolution, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen, picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen, picoos_bool * finished) argument

Completed in 12 milliseconds