Lines Matching refs:lasttwo
253 unsigned short lasttwo = state >> 3; state_t prevstate = state >> 19; state &= 7
255 state |= (prevstate << 19) | (lasttwo << 3)
269 if (lasttwo) { in iso2022_jp3_wctomb()
293 if (iso2022_jp3_comp_table_data[idx].base == lasttwo) in iso2022_jp3_wctomb()
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed; in iso2022_jp3_wctomb()
314 r[0] = (lasttwo >> 8) & 0xff; in iso2022_jp3_wctomb()
315 r[1] = lasttwo & 0xff; in iso2022_jp3_wctomb()
334 r[0] = (lasttwo >> 8) & 0xff; in iso2022_jp3_wctomb()
335 r[1] = lasttwo & 0xff; in iso2022_jp3_wctomb()
393 lasttwo = jch & 0x7f7f; in iso2022_jp3_wctomb()
452 lasttwo = jch & 0x7f7f; in iso2022_jp3_wctomb()
500 (lasttwo ? (prevstate != state ? 3 : 0) + 2 : 0) in iso2022_jp3_reset()
504 if (lasttwo) { in iso2022_jp3_reset()
512 r[0] = (lasttwo >> 8) & 0xff; in iso2022_jp3_reset()
513 r[1] = lasttwo & 0xff; in iso2022_jp3_reset()