Searched defs:wc (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/ |
H A D | gb18030.h | 127 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument 133 ret = ascii_wctomb(conv,r,wc,n); 138 ret = gbk_wctomb(conv,r,wc,n); 142 ret = gb18030ext_wctomb(conv,r,wc,n); 148 ret = gb18030uni_wctomb(conv,r,wc,n); 164 if (wc >= 0x10000 && wc < 0x110000) { 165 unsigned int i = wc - 0x10000;
|
H A D | gb18030uni.h | 211 gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument 214 unsigned int i = wc;
|
H A D | gb18030ext.h | 59 unsigned short wc = 0xfffd; local 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) argument 179 if (wc == 0x01f9) 181 else if (wc [all...] |
H A D | ksc5601_1992.h | 2690 unsigned short wc; local 2695 wc = ksc5601_1992_hangul[ GETID(c1, c2, FIRST1) - (0x43)*(c1-0x88)]; 2696 if (wc != UNICODE_REPLACEMENT_CHAR) { 2697 *pwc = (ucs4_t) wc; 2702 wc = ksc5601_1992_user[GETID(c1, c2, FIRST2) - 0x32 * (c1-0xd8)]; 2703 if (wc != UNICODE_REPLACEMENT_CHAR) { 2704 *pwc = (ucs4_t) wc; 2709 wc = ksc5601_1992_hanja[GETID(c1, c2, FIRST3) - 0x32 * (c1-0xe0)]; 2710 if (wc != UNICODE_REPLACEMENT_CHAR) { 2711 *pwc = (ucs4_t) wc; 4156 ksc5601_1992_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument [all...] |
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 202 unsigned int wb, hb, wc, hc; local 249 &clp, &xc, &yc, &wc, &hc)) && bdg) {
|
Completed in 43 milliseconds