Lines Matching refs:lasttwo
164 unsigned short lasttwo = conv->ostate; in shift_jisx0213_wctomb() local
166 if (lasttwo) { in shift_jisx0213_wctomb()
190 if (shift_jisx0213_comp_table_data[idx].base == lasttwo) in shift_jisx0213_wctomb()
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed; in shift_jisx0213_wctomb()
198 r[0] = (lasttwo >> 8) & 0xff; in shift_jisx0213_wctomb()
199 r[1] = lasttwo & 0xff; in shift_jisx0213_wctomb()
210 r[0] = (lasttwo >> 8) & 0xff; in shift_jisx0213_wctomb()
211 r[1] = lasttwo & 0xff; in shift_jisx0213_wctomb()
299 state_t lasttwo = conv->ostate; in shift_jisx0213_reset() local
301 if (lasttwo) { in shift_jisx0213_reset()
304 r[0] = (lasttwo >> 8) & 0xff; in shift_jisx0213_reset()
305 r[1] = lasttwo & 0xff; in shift_jisx0213_reset()