Lines Matching refs:lasttwo
150 unsigned short lasttwo = conv->ostate; in euc_jisx0213_wctomb() local
152 if (lasttwo) { in euc_jisx0213_wctomb()
176 if (euc_jisx0213_comp_table_data[idx].base == lasttwo) in euc_jisx0213_wctomb()
183 lasttwo = euc_jisx0213_comp_table_data[idx].composed; in euc_jisx0213_wctomb()
184 r[0] = (lasttwo >> 8) & 0xff; in euc_jisx0213_wctomb()
185 r[1] = lasttwo & 0xff; in euc_jisx0213_wctomb()
196 r[0] = (lasttwo >> 8) & 0xff; in euc_jisx0213_wctomb()
197 r[1] = lasttwo & 0xff; in euc_jisx0213_wctomb()
257 state_t lasttwo = conv->ostate; in euc_jisx0213_reset() local
259 if (lasttwo) { in euc_jisx0213_reset()
262 r[0] = (lasttwo >> 8) & 0xff; in euc_jisx0213_reset()
263 r[1] = lasttwo & 0xff; in euc_jisx0213_reset()