Searched refs:lasttwo (Results 1 – 3 of 3) sorted by relevance
150 unsigned short lasttwo = conv->ostate; in euc_jisx0213_wctomb() local152 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() local259 if (lasttwo) { in euc_jisx0213_reset()[all …]
164 unsigned short lasttwo = conv->ostate; in shift_jisx0213_wctomb() local166 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() local301 if (lasttwo) { in shift_jisx0213_reset()[all …]
253 unsigned short lasttwo = state >> 3; state_t prevstate = state >> 19; state &= 7255 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()[all …]