Searched refs:pairClass (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicokfst.h126 '*outSym' returns the output symbol of the found pair, and '*pairClass' returns the
130 picokfst_symid_t * outSym, picokfst_class_t * pairClass);
H A Dpicokfst.c311 picokfst_symid_t * outSym, picokfst_class_t * pairClass)
320 (*pairClass) = -1;
327 *pairClass = (picokfst_class_t)val;
333 (*pairClass) = -1;
309 picokfst_kfstGetNextPair(picokfst_FST this, picoos_int32 * searchState, picoos_bool * pairFound, picokfst_symid_t * outSym, picokfst_class_t * pairClass) argument
H A Dpicotrns.c303 picokfst_class_t pairClass; local
341 picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass);
343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState));

Completed in 185 milliseconds