Lines Matching refs:code
35 * These are handled by not mapping tables but a hand-written code.
43 DBCHAR code;
57 if (TRYMAP_ENC(big5hkscs_bmp, code, c)) {
58 if (code == MULTIC) {
68 code = big5hkscs_pairenc_table[
78 code = 0x8866;
80 code = 0x88a7;
84 else if (TRYMAP_ENC(big5, code, c))
92 if (TRYMAP_ENC(big5hkscs_nonbmp, code, c & 0xffff))
100 OUTBYTE1(code >> 8);
101 OUTBYTE2(code & 0xFF);
174 NEXT_IN(2); /* all decoded code points are pairs, above. */