HomeSort by: relevance | last modified time | path
    Searched refs:wc (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
ucs2be.h 20 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
22 if (wc < 0x10000 && !(wc >= 0xd800 && wc < 0xe000)) {
24 r[0] = (unsigned char) (wc >> 8);
25 r[1] = (unsigned char) wc;
jisx0201.h 28 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
30 if (wc < 0x0080 && !(wc == 0x005c || wc == 0x007e)) {
31 *r = (unsigned char) wc;
34 if (wc == 0x00a5) {
38 if (wc == 0x203e) {
42 if (wc >= 0xff61 && wc < 0xffa0) {
43 *r = (unsigned char) (wc - 0xfec0)
    [all...]
ascii.h 18 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
20 if (wc < 0x0080) {
21 *r = wc;
iso8859_1.h 15 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
17 if (wc < 0x0100) {
18 *r = (unsigned char) wc;
utf8.h 81 utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) /* n == 0 is acceptable */
84 if (wc < 0x80)
86 else if (wc < 0x800)
88 else if (wc < 0x10000)
90 else if (wc < 0x200000)
92 else if (wc < 0x4000000)
94 else if (wc <= 0x7fffffff)
101 case 6: r[5] = (unsigned char) (0x80 | (wc & 0x3f)); wc = wc >> 6; wc |= 0x4000000
    [all...]
georgian_academy.h 61 georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
64 if (wc < 0x0080) {
65 *r = (unsigned char) wc;
68 else if (wc >= 0x0080 && wc < 0x00a0)
69 c = georgian_academy_page00[wc-0x0080];
70 else if ((wc >= 0x00a0 && wc < 0x00c0) || (wc >= 0x00e7 && wc < 0x0100)
    [all...]
iso8859_15.h 42 iso8859_15_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
45 if (wc < 0x00a0) {
46 *r = (unsigned char) wc;
49 else if (wc >= 0x00a0 && wc < 0x00c0)
50 c = iso8859_15_page00[wc-0x00a0];
51 else if (wc >= 0x00c0 && wc < 0x0100)
52 c = (unsigned char) wc;
53 else if (wc >= 0x0150 && wc < 0x0180
    [all...]
cp1133.h 35 unsigned short wc = cp1133_2uni_1[c-0xa0]; local
36 if (wc != 0xfffd) {
37 *pwc = (ucs4_t) wc;
44 unsigned short wc = cp1133_2uni_2[c-0xf0]; local
45 if (wc != 0xfffd) {
46 *pwc = (ucs4_t) wc;
73 cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
76 if (wc < 0x00a0) {
77 *r = (unsigned char) wc;
80 else if (wc >= 0x00a0 && wc < 0x00b0
    [all...]
georgian_ps.h 78 georgian_ps_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
81 if (wc < 0x0080) {
82 *r = (unsigned char) wc;
85 else if (wc >= 0x0080 && wc < 0x00a0)
86 c = georgian_ps_page00[wc-0x0080];
87 else if ((wc >= 0x00a0 && wc < 0x00c0) || (wc >= 0x00e6 && wc < 0x0100)
    [all...]
iso8859_7.h 36 unsigned short wc = iso8859_7_2uni[c-0xa0]; local
37 if (wc != 0xfffd) {
38 *pwc = (ucs4_t) wc;
69 iso8859_7_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
72 if (wc < 0x00a0) {
73 *r = (unsigned char) wc;
76 else if (wc >= 0x00a0 && wc < 0x00c0)
77 c = iso8859_7_page00[wc-0x00a0];
78 else if (wc >= 0x0380 && wc < 0x03d0
    [all...]
iso8859_8.h 32 unsigned short wc = iso8859_8_2uni[c-0xa0]; local
33 if (wc != 0xfffd) {
34 *pwc = (ucs4_t) wc;
70 iso8859_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
73 if (wc < 0x00a0) {
74 *r = (unsigned char) wc;
77 else if (wc >= 0x00a0 && wc < 0x00f8)
78 c = iso8859_8_page00[wc-0x00a0];
79 else if (wc >= 0x05d0 && wc < 0x05f0
    [all...]
big5_emacs.h 66 unsigned short wc = big5_2uni_pagea1[i]; local
67 if (wc != 0xfffd) {
68 *pwc = (ucs4_t) wc;
100 unsigned short wc = big5_2uni_pagec9[i]; local
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)
    [all...]
cp1255.h 42 unsigned short wc = cp1255_2uni[c-0x80]; local
43 if (wc != 0xfffd) {
44 *pwc = (ucs4_t) wc;
92 cp1255_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
95 if (wc < 0x0080) {
96 *r = (unsigned char) wc;
99 else if (wc >= 0x00a0 && wc < 0x00f8)
100 c = cp1255_page00[wc-0x00a0];
101 else if (wc == 0x0192
    [all...]
armscii_8.h 36 unsigned short wc = armscii_8_2uni[c-0xa0]; local
37 if (wc != 0xfffd) {
38 *pwc = (ucs4_t) wc;
75 armscii_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
78 if (wc < 0x0028) {
79 *r = (unsigned char) wc;
82 else if (wc >= 0x0028 && wc < 0x0030)
83 c = armscii_8_page00[wc-0x0028];
84 else if (wc >= 0x0030 && wc < 0x00a0
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winclipboardinit.c 95 WNDCLASSEX wc; local
99 wc.cbSize=sizeof(WNDCLASSEX);
100 wc.style = CS_HREDRAW | CS_VREDRAW;
101 wc.lpfnWndProc = winClipboardWindowProc;
102 wc.cbClsExtra = 0;
103 wc.cbWndExtra = 0;
104 wc.hInstance = GetModuleHandle (NULL);
105 wc.hIcon = 0;
106 wc.hCursor = 0;
107 wc.hbrBackground = (HBRUSH) GetStockObject (WHITE_BRUSH)
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
XawI18n.c 68 wchar_t wc; local
74 mbtowc(&wc, str, 1);
76 return (wc);
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
graw_gdi.c 69 WNDCLASSEX wc; local
86 memset(&wc, 0, sizeof wc);
87 wc.cbSize = sizeof wc;
88 wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW;
89 wc.lpfnWndProc = window_proc;
90 wc.lpszClassName = TEXT("graw-gdi");
91 wc.hInstance = GetModuleHandle(NULL);
92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
graw_gdi.c 69 WNDCLASSEX wc; local
86 memset(&wc, 0, sizeof wc);
87 wc.cbSize = sizeof wc;
88 wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW;
89 wc.lpfnWndProc = window_proc;
90 wc.lpszClassName = "graw-gdi";
91 wc.hInstance = GetModuleHandle(NULL);
92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprFrame.c 151 xp_window_changes wc; local
155 wc.x = newX;
156 wc.y = newY;
157 wc.width = pFrame->width;
158 wc.height = pFrame->height;
159 wc.bit_gravity = XP_GRAVITY_NONE;
163 wc.depth = XP_DEPTH_INDEX8;
164 wc.colormap = xprColormapCallback;
165 wc.colormap_data = pScreen;
169 wc.depth = XP_DEPTH_RGB555
234 xp_window_changes wc; local
239 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_ORIGIN, &wc); local
250 xp_window_changes wc; local
261 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_BOUNDS, &wc); local
270 xp_window_changes wc; local
301 xprConfigureWindow(x_cvt_vptr_to_uint(wid), mask, &wc); local
310 xp_window_changes wc; local
323 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_SHAPE, &wc); local
332 xp_window_changes wc; local
337 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_STACKING, &wc); local
584 xp_window_changes wc; local
588 configure_window(MAKE_WINDOW_ID(wid), XP_COLORMAP, &wc); local
595 xp_window_changes wc; local
598 configure_window(MAKE_WINDOW_ID(wid), XP_STACKING, &wc); local
    [all...]
xprAppleWM.c 50 xp_window_changes wc; local
70 wc.window_level = normal_window_levels[level];
72 wc.window_level = XQuartzShieldingWindowLevel + 1;
74 wc.window_level = rooted_window_levels[level];
76 if (xp_configure_window(wid, XP_WINDOW_LEVEL, &wc) != Success) {
89 xp_window_changes wc; local
105 wc.transient_for = parent_wid;
110 &wc) != Success) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
xprFrame.c 136 xp_window_changes wc; local
142 wc.x = newX;
143 wc.y = newY;
144 wc.width = pFrame->width;
145 wc.height = pFrame->height;
146 wc.bit_gravity = XP_GRAVITY_NONE;
151 wc.depth = XP_DEPTH_INDEX8;
152 wc.colormap = xprColormapCallback;
153 wc.colormap_data = pScreen;
157 wc.depth = XP_DEPTH_RGB555
230 xp_window_changes wc; local
237 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_ORIGIN, &wc); local
249 xp_window_changes wc; local
262 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_BOUNDS, &wc); local
270 xp_window_changes wc; local
300 xprConfigureWindow(x_cvt_vptr_to_uint(wid), mask, &wc); local
310 xp_window_changes wc; local
327 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_SHAPE, &wc); local
337 xp_window_changes wc; local
344 xprConfigureWindow(x_cvt_vptr_to_uint(wid), XP_STACKING, &wc); local
635 xp_window_changes wc; local
639 configure_window(MAKE_WINDOW_ID(wid), XP_COLORMAP, &wc); local
645 xp_window_changes wc; local
648 configure_window(MAKE_WINDOW_ID(wid), XP_STACKING, &wc); local
    [all...]
xprAppleWM.c 51 xp_window_changes wc; local
71 wc.window_level = normal_window_levels[level];
73 wc.window_level = XQuartzShieldingWindowLevel + 1;
75 wc.window_level = rooted_window_levels[level];
77 if (xp_configure_window (wid, XP_WINDOW_LEVEL, &wc) != Success) {
89 xp_window_changes wc; local
103 wc.transient_for = parent_wid;
107 if (xp_configure_window(child_wid, XP_ATTACH_TRANSIENT, &wc) != Success) {
  /xsrc/external/mit/MesaLib/dist/src/glx/windows/
windowsgl.c 79 WNDCLASSEX wc; local
80 wc.cbSize = sizeof(WNDCLASSEX);
81 wc.style = CS_HREDRAW | CS_VREDRAW;
82 wc.lpfnWndProc = DefWindowProc;
83 wc.cbClsExtra = 0;
84 wc.cbWndExtra = 0;
85 wc.hInstance = GetModuleHandle(NULL);
86 wc.hIcon = 0;
87 wc.hCursor = 0;
88 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH)
140 WNDCLASSEX wc; local
292 WNDCLASSEX wc; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
windowsgl.c 79 WNDCLASSEX wc; local
80 wc.cbSize = sizeof(WNDCLASSEX);
81 wc.style = CS_HREDRAW | CS_VREDRAW;
82 wc.lpfnWndProc = DefWindowProc;
83 wc.cbClsExtra = 0;
84 wc.cbWndExtra = 0;
85 wc.hInstance = GetModuleHandle(NULL);
86 wc.hIcon = 0;
87 wc.hCursor = 0;
88 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH)
140 WNDCLASSEX wc; local
292 WNDCLASSEX wc; local
    [all...]
  /xsrc/external/mit/libXt/dist/src/
Constraint.c 77 static void ConstraintPartInitialize(WidgetClass wc);
140 ConstraintPartInitialize(WidgetClass wc)
142 ConstraintWidgetClass cwc = (ConstraintWidgetClass) wc;
148 _XtConstraintResDependencies((ConstraintWidgetClass) wc);

Completed in 13 milliseconds

1 2 3 4 5