Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c311 picokfst_symid_t * outSym, picokfst_class_t * pairClass) in picokfst_kfstGetNextPair() argument
320 (*pairClass) = -1; in picokfst_kfstGetNextPair()
327 *pairClass = (picokfst_class_t)val; in picokfst_kfstGetNextPair()
333 (*pairClass) = -1; in picokfst_kfstGetNextPair()
Dpicokfst.h130 picokfst_symid_t * outSym, picokfst_class_t * pairClass);
Dpicotrns.c303 picokfst_class_t pairClass; in GetNextAlternative() local
341 … picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass); in GetNextAlternative()
343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState)); in GetNextAlternative()