Searched refs:wc (Results 1 - 21 of 21) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawI18n.c71 wchar_t wc; local
77 mbtowc(&wc, str, 1);
78 return wc;
H A DXawI18n.h63 #define mbtowc(wc,s,l) _Xmbtowc(wc,s,l)
H A DTextSink.c125 ClassPartInitialize(wc)
126 WidgetClass wc;
130 t_src = (TextSinkObjectClass) wc;
H A DTextSrc.c124 ClassPartInitialize(wc)
125 WidgetClass wc;
129 t_src = (TextSrcObjectClass) wc;
H A DSimpleMenu.c226 * Arguments: wc - the widget class of the subclass.
231 ClassPartInitialize(wc)
232 WidgetClass wc;
234 SimpleMenuWidgetClass smwc = (SimpleMenuWidgetClass) wc;
H A DText.c783 wchar_t *ws, wc; local
791 wc = ws[j];
792 if (XwcTextEscapement (sink->multi_sink.fontset, &wc, 1) ||
793 (wc == _Xaw_atowc(XawTAB)) || (wc == _Xaw_atowc(XawLF)) || (wc == _Xaw_atowc(XawESC)))
794 ws[i++] = wc;
H A DTextAction.c2098 wchar_t wc; local
2103 wc = wbuf[ 0 ];
2106 wbuf[ i-1 ] = wc;
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030ext.h59 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 Dgb18030.h127 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 Dgb18030uni.h211 gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
214 unsigned int i = wc;
H A Dksc5601_1992.h2690 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-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSrc.c112 ClassPartInitialize(wc)
113 WidgetClass wc;
117 t_src = (TextSrcObjectClass) wc;
H A DXaw3_1Clock.c563 register double ws, wc; local
589 wc = width * cosangle;
594 x1 = w->clock.centerX - round(ws + wc),
595 y1 = w->clock.centerY + round(wc - ws)); /* 1 ---- 2 */
598 x2 = w->clock.centerX - round(ws - wc),
599 y2 = w->clock.centerY + round(wc + ws)); /* 2 ----- 3 */
621 register double ms, mc, ws, wc; local
662 wc = width * cosangle;
668 w->clock.centerX + round(ms - wc),
672 w->clock.centerX + round(ms + wc),
[all...]
H A DXaw3_1TextSink.c122 ClassPartInitialize(wc)
123 WidgetClass wc;
127 t_src = (TextSinkObjectClass) wc;
H A DXaw3_1SimpleMenu.c217 * Arguments: wc - the widget class of the subclass.
222 ClassPartInitialize(wc)
223 WidgetClass wc;
225 SimpleMenuWidgetClass smwc = (SimpleMenuWidgetClass) wc;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c505 register FontSelectionBoxWidgetClass wc = local
508 (FontSelectionBoxWidgetClass) wc->core_class.superclass;
510 if (wc->fsb_class.set_font_name == InheritSetFontName) {
511 wc->fsb_class.set_font_name = super->fsb_class.set_font_name;
513 if (wc->fsb_class.set_font_family_face == InheritSetFontFamilyFace) {
514 wc->fsb_class.set_font_family_face =
517 if (wc->fsb_class.set_font_size == InheritSetFontSize) {
518 wc->fsb_class.set_font_size = super->fsb_class.set_font_size;
520 if (wc->fsb_class.refresh_font_list == InheritRefreshFontList) {
521 wc
[all...]
H A DDPSScrollW.c545 register DPSScrolledWindowWidgetClass wc = local
548 (DPSScrolledWindowWidgetClass) wc->core_class.superclass;
550 if (wc->sw_class.set_scale == InheritSetScale) {
551 wc->sw_class.set_scale = super->sw_class.set_scale;
553 if (wc->sw_class.scroll_point == InheritScrollPoint) {
554 wc->sw_class.scroll_point = super->sw_class.scroll_point;
556 if (wc->sw_class.scroll_by == InheritScrollBy) {
557 wc->sw_class.scroll_by = super->sw_class.scroll_by;
559 if (wc->sw_class.scroll_to == InheritScrollTo) {
560 wc
[all...]
H A DFontSample.c525 register FontSamplerWidgetClass wc = local
528 (FontSamplerWidgetClass) wc->core_class.superclass;
530 if (wc->sampler_class.cancel == InheritCancel) {
531 wc->sampler_class.cancel = super->sampler_class.cancel;
H A DColorSB.c514 register ColorSelectionBoxWidgetClass wc = local
517 (ColorSelectionBoxWidgetClass) wc->core_class.superclass;
519 if (wc->csb_class.set_color == InheritSetColor) {
520 wc->csb_class.set_color = super->csb_class.set_color;
522 if (wc->csb_class.get_color == InheritGetColor) {
523 wc->csb_class.get_color = super->csb_class.get_color;
/solaris-x11-s11/
H A Dbuildit176 wc -l < log/parfait/bugstatus.db
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c202 unsigned int wb, hb, wc, hc; local
249 &clp, &xc, &yc, &wc, &hc)) && bdg) {

Completed in 84 milliseconds