Home | History | Annotate | Download | only in hyphenation

Lines Matching full:state2

193 /* add a transition from state1 to state2 through ch - assumes that the
196 hnj_add_trans (HyphenDict *dict, int state1, int state2, char ch)
212 dict->states[state1].trans[num_trans].new_state = state2;