Lines Matching refs:wc
28 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)30 if (wc < 0x0080 && !(wc == 0x005c || wc == 0x007e)) {31 *r = (unsigned char) wc;34 if (wc == 0x00a5) {38 if (wc == 0x203e) {42 if (wc >= 0xff61 && wc < 0xffa0) {43 *r = (unsigned char) (wc - 0xfec0);