Searched defs:pwc (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030.h52 gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
66 ret = gb18030uni_mbtowc(conv,pwc,buf,4);
74 return ascii_mbtowc(conv,pwc,s,n);
77 ret = gbk_mbtowc(conv,pwc,s,n);
81 ret = gb18030ext_mbtowc(conv,pwc,s,n);
86 ret = gb18030uni_mbtowc(conv,pwc,s,n);
105 *pwc = (ucs4_t) (0x10000 + i);
H A Dgb18030uni.h162 gb18030uni_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
190 *pwc = (ucs4_t) (i + diff);
H A Dgb18030ext.h51 gb18030ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
73 *pwc = (ucs4_t) wc;
H A Dksc5601_1992.h2684 ksc5601_1992_mbtowc(conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2697 *pwc = (ucs4_t) wc;
2704 *pwc = (ucs4_t) wc;
2711 *pwc = (ucs4_t) wc;
/solaris-x11-s11/open-src/lib/libX11/sun-src/modules/lc/gb18030/
H A DlcGB18030.c578 wchar_t *pwc = (wchar_t *) *to; local
589 rtn_1 = mbstowcs(pwc, outbufptr_save, (to_left_save - *to_left));
797 wchar_t *pwc = (wchar_t *) *to; local
814 rtn_1 = mbstowcs(pwc, outbufptr_save, (to_left_save - *to_left));
954 wchar_t *pwc = (wchar_t *)*from; local
964 if (wctomb((char *)inbufptr, pwc[k++]) == -1)
1053 *from = (XPointer)&pwc[k];

Completed in 33 milliseconds