Searched refs:lasttwo (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/iconv/
H A Deuc_jisx0213.h150 unsigned short lasttwo = conv->ostate; local
152 if (lasttwo) {
176 if (euc_jisx0213_comp_table_data[idx].base == lasttwo)
183 lasttwo = euc_jisx0213_comp_table_data[idx].composed;
184 r[0] = (lasttwo >> 8) & 0xff;
185 r[1] = lasttwo & 0xff;
196 r[0] = (lasttwo >> 8) & 0xff;
197 r[1] = lasttwo & 0xff;
257 state_t lasttwo = conv->ostate; local
259 if (lasttwo) {
[all...]
H A Dshift_jisx0213.h164 unsigned short lasttwo = conv->ostate; local
166 if (lasttwo) {
190 if (shift_jisx0213_comp_table_data[idx].base == lasttwo)
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
198 r[0] = (lasttwo >> 8) & 0xff;
199 r[1] = lasttwo & 0xff;
210 r[0] = (lasttwo >> 8) & 0xff;
211 r[1] = lasttwo & 0xff;
299 state_t lasttwo = conv->ostate; local
301 if (lasttwo) {
[all...]
H A Diso2022_jp3.h253 unsigned short lasttwo = state >> 3; state_t prevstate = state >> 19; state &= 7
255 state |= (prevstate << 19) | (lasttwo << 3)
257 /* assume lasttwo == 0, then prevstate is ignored */
269 if (lasttwo) {
293 if (iso2022_jp3_comp_table_data[idx].base == lasttwo)
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed;
314 r[0] = (lasttwo >> 8) & 0xff;
315 r[1] = lasttwo & 0xff;
334 r[0] = (lasttwo >> 8) & 0xff;
335 r[1] = lasttwo
[all...]

Completed in 44 milliseconds