Lines Matching full:else

32         else if (c >= 0xff61 && c <= 0xff9f) {  in ENCODER()
37 else if (c >= 0xf8f0 && c <= 0xf8f3) { in ENCODER()
42 else in ENCODER()
56 else if (TRYMAP_ENC(jisxcommon, code, c)) { in ENCODER()
68 else if (c >= 0xe000 && c < 0xe758) { in ENCODER()
75 else in ENCODER()
95 else if (c >= 0xa0 && c <= 0xdf) { in DECODER()
98 else in DECODER()
103 else if (c >= 0xfd/* && c <= 0xff*/) { in DECODER()
115 else if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xea)){ in DECODER()
126 else in DECODER()
129 else if (c >= 0xf0 && c <= 0xf9) { in DECODER()
134 else in DECODER()
137 else in DECODER()
168 else if (TRYMAP_ENC(jisx0213_bmp, code, c)) { in ENCODER()
179 else in ENCODER()
182 else { in ENCODER()
195 } else in ENCODER()
200 else if (TRYMAP_ENC(jisxcommon, code, c)) in ENCODER()
202 else if (c >= 0xff61 && c <= 0xff9f) { in ENCODER()
208 else if (c == 0xff3c) in ENCODER()
211 else if (c == 0xff5e) in ENCODER()
214 else in ENCODER()
217 else if (c >> 16 == EMPBASE >> 16) { in ENCODER()
219 else if (TRYMAP_ENC(jisx0213_emp, code, c & 0xffff)) in ENCODER()
221 else in ENCODER()
224 else in ENCODER()
231 } else { in ENCODER()
263 else in DECODER()
266 else if (c == 0x8f) { in DECODER()
275 else if (TRYMAP_DEC(jisx0213_2_bmp, decoded, c2, c3)) in DECODER()
277 else if (TRYMAP_DEC(jisx0213_2_emp, code, c2, c3)) { in DECODER()
282 else if (TRYMAP_DEC(jisx0212, decoded, c2, c3)) in DECODER()
284 else in DECODER()
288 else { in DECODER()
297 else if (c == 0x21 && c2 == 0x40) in DECODER()
299 else if (c == 0x22 && c2 == 0x32) in DECODER()
301 else if (TRYMAP_DEC(jisx0208, decoded, c, c2)) in DECODER()
303 else if (TRYMAP_DEC(jisx0213_1_bmp, decoded, c, c2)) in DECODER()
305 else if (TRYMAP_DEC(jisx0213_1_emp, code, c, c2)) { in DECODER()
310 else if (TRYMAP_DEC(jisx0213_pair, code, c, c2)) { in DECODER()
315 else in DECODER()
346 else if (c >= 0xff61 && c <= 0xff9f) { in ENCODER()
353 else if (c == 0xff3c) /* FULL-WIDTH REVERSE SOLIDUS */ in ENCODER()
355 else if (c == 0xa5) { /* YEN SIGN */ in ENCODER()
359 } else if (c == 0x203e) { /* OVERLINE */ in ENCODER()
365 else in ENCODER()
372 } else { in ENCODER()
404 else in DECODER()
407 else if (c == 0x8f) { in DECODER()
418 else in DECODER()
421 else { in DECODER()
431 else in DECODER()
435 else in DECODER()
458 #else in ENCODER()
461 else if (c == 0x00a5) in ENCODER()
463 else if (c == 0x203e) in ENCODER()
466 else JISX0201_K_ENCODE(c, code) in ENCODER()
467 else if (c > 0xFFFF) in ENCODER()
469 else in ENCODER()
486 else if (c == 0xff3c) in ENCODER()
489 else in ENCODER()
516 #else in DECODER()
520 else JISX0201_K_DECODE(c, writer) in DECODER()
521 else if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xea)){ in DECODER()
547 else in DECODER()
550 else in DECODER()
586 else if (TRYMAP_ENC(jisx0213_bmp, code, c)) { in ENCODER()
597 else in ENCODER()
600 else { in ENCODER()
614 else in ENCODER()
619 else if (TRYMAP_ENC(jisxcommon, code, c)) { in ENCODER()
624 else in ENCODER()
627 else if (c >> 16 == EMPBASE >> 16) { in ENCODER()
629 else if (TRYMAP_ENC(jisx0213_emp, code, c&0xffff)) in ENCODER()
631 else in ENCODER()
634 else in ENCODER()
645 else if (c1 >= 0xac || c1 == 0xa8) in ENCODER()
647 else in ENCODER()
650 else { in ENCODER()
673 else if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xfc)){ in DECODER()
691 else if (TRYMAP_DEC(jisx0208, decoded, c1, c2)) in DECODER()
693 else if (TRYMAP_DEC(jisx0213_1_bmp, decoded, c1, c2)) in DECODER()
695 else if (TRYMAP_DEC(jisx0213_1_emp, code, c1, c2)) in DECODER()
697 else if (TRYMAP_DEC(jisx0213_pair, code, c1, c2)) in DECODER()
699 else in DECODER()
703 else { /* Plane 2 */ in DECODER()
706 else if (c1 >= 0x63 || c1 == 0x5f) in DECODER()
708 else in DECODER()
713 else if (TRYMAP_DEC(jisx0213_2_bmp, decoded, c1, c2)) in DECODER()
715 else if (TRYMAP_DEC(jisx0213_2_emp, code, c1, c2)) { in DECODER()
720 else in DECODER()
726 else in DECODER()