Searched refs:transClass (Results 1 – 2 of 2) sorted by relevance
342 …picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transClass, in picokfst_kfstGetTrans() argument351 …if ((startState < 1) || (startState > fst->nrStates) || (transClass < 1) || (transClass > fst->nrC… in picokfst_kfstGetTrans()354 index = (startState - 1) * fst->nrClasses + transClass - 1; in picokfst_kfstGetTrans()
135 …picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transClass,