Lines Matching refs:wc

59         unsigned short wc = 0xfffd;
62 wc = 0x20ac;
65 wc = 0x01f9;
67 wc = gb18030ext_2uni_pagea9[i-7672];
70 wc = gb18030ext_2uni_pagefe[i-23750];
72 if (wc != 0xfffd) {
73 *pwc = (ucs4_t) wc;
175 gb18030ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
179 if (wc == 0x01f9)
181 else if (wc == 0x20ac)
183 else if (wc >= 0x2e80 && wc < 0x2ed0)
184 c = gb18030ext_page2e[wc-0x2e80];
185 else if (wc >= 0x2ff0 && wc < 0x3000)
186 c = gb18030ext_page2f[wc-0x2ff0];
187 else if (wc == 0x303e)
189 else if (wc >= 0x3440 && wc < 0x3478)
190 c = gb18030ext_page34[wc-0x3440];
191 else if (wc == 0x359e)
193 else if (wc >= 0x3608 && wc < 0x3620)
194 c = gb18030ext_page36[wc-0x3608];
195 else if (wc == 0x3918)
197 else if (wc == 0x396e)
199 else if (wc >= 0x39c8 && wc < 0x39e0)
200 c = gb18030ext_page39[wc-0x39c8];
201 else if (wc == 0x3a73)
203 else if (wc == 0x3b4e)
205 else if (wc == 0x3c6e)
207 else if (wc == 0x3ce0)
209 else if (wc == 0x4056)
211 else if (wc == 0x415f)
213 else if (wc == 0x4337)
215 else if (wc >= 0x43a8 && wc < 0x43e0)
216 c = gb18030ext_page43[wc-0x43a8];
217 else if (wc == 0x44d6)
219 else if (wc >= 0x4648 && wc < 0x4668)
220 c = gb18030ext_page46[wc-0x4648];
221 else if (wc >= 0x4720 && wc < 0x4730)
222 c = gb18030ext_page47_1[wc-0x4720];
223 else if (wc >= 0x4778 && wc < 0x4790)
224 c = gb18030ext_page47_2[wc-0x4778];
225 else if (wc >= 0x4940 && wc < 0x49b8)
226 c = gb18030ext_page49[wc-0x4940];
227 else if (wc >= 0x4c70 && wc < 0x4ca8)
228 c = gb18030ext_page4c[wc-0x4c70];
229 else if (wc >= 0x4d10 && wc < 0x4d20)
230 c = gb18030ext_page4d[wc-0x4d10];
231 else if (wc == 0x4dae)