Lines Matching refs:wc
66 unsigned short wc = big5_2uni_pagea1[i];
67 if (wc != 0xfffd) {
68 *pwc = (ucs4_t) wc;
100 unsigned short wc = big5_2uni_pagec9[i];
101 if (wc != 0xfffd) {
102 *pwc = (ucs4_t) wc;
116 big5_0_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
120 int ret = big5_wctomb(conv,buf,wc,2);
141 big5_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
145 int ret = big5_wctomb(conv,buf,wc,2);