Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.h44 typedef picoos_int16 picokfst_class_t; /* type of symbol pair classes */ typedef
130 picokfst_symid_t * outSym, picokfst_class_t * pairClass);
135 void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transC…
Dpicokfst.c311 picokfst_symid_t * outSym, picokfst_class_t * pairClass) in picokfst_kfstGetNextPair()
327 *pairClass = (picokfst_class_t)val; in picokfst_kfstGetNextPair()
342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t in picokfst_kfstGetTrans()
Dpicotrns.c303 picokfst_class_t pairClass; in GetNextAlternative()