Home
last modified time | relevance | path

Searched refs:next_act (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dbyte_to_comb.c80 static int next_act[14][21]={ /* next action table[current state][input] */ variable
131 cur_act = next_act[cur_stat][cur_input];
H A Dnbyte_euc.h60 int next_act[14][21]={ /* next action table[current state][input] */ variable
H A Dnbyte_utf.h59 int next_act[14][21]={ /* next action table[current state][input] */ variable
H A Dnbyte_to_UTF2.c104 action = next_act[cd->cur_stat][cur_input]; in _icv_iconv()
H A Dnbyte_to_euc.c122 action = next_act[cd->cur_stat][cur_input]; in _icv_iconv()