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

/haiku/src/libs/iconv/
H A Deuc_jisx0213.h220 unsigned short jch = ucs4_to_jisx0213(wc); local
221 if (jch != 0) {
222 if (jch & 0x0080) {
225 if (jch & 0x8000) abort();
226 conv->ostate = jch | 0x8080;
229 if (jch & 0x8000) {
233 r[1] = (jch >> 8) | 0x80;
234 r[2] = (jch & 0xff) | 0x80;
242 r[0] = (jch >> 8) | 0x80;
243 r[1] = (jch
[all...]
H A Diso2022_jp3.h264 unsigned short jch; local
383 jch = ucs4_to_jisx0213(wc);
390 if (jch & 0x0080) {
393 lasttwo = jch & 0x7f7f;
419 if (jch != 0) {
420 if (jch & 0x8000) {
447 if (jch & 0x0080) {
450 if (jch & 0x8000) abort();
452 lasttwo = jch & 0x7f7f;
460 r[0] = (jch >>
[all...]
H A Dshift_jisx0213.h248 unsigned short jch = ucs4_to_jisx0213(wc); local
249 if (jch != 0) {
251 s1 = jch >> 8;
252 s2 = jch & 0x7f;
276 if (jch & 0x0080) {
279 if (jch & 0x8000) abort();

Completed in 32 milliseconds