Searched refs:c2 (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s12/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030.h95 unsigned char c2 = s[1];
96 if (c2 >= 0x30 && c2 <= 0x39) {
103 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dgb18030ext.h56 unsigned char c2 = s[1]; local
57 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0x80 && c2 < 0xff)) {
58 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Dgb18030uni.h167 unsigned char c2 = s[1]; local
168 if (c2 >= 0x30 && c2 <= 0x39) {
175 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dksc5601_1992.h29 #define GETID(c1, c2, first) \
30 ((((unsigned short)(c1)) << 8 | (unsigned short)(c2)) - \
2691 unsigned char c2 = s[1]; local
2693 ((c2 >= 0x41 && c2 <= 0x7e) || (c2 >= 0x81 && c2 <= 0xfd)) ) {
2695 wc = ksc5601_1992_hangul[ GETID(c1, c2, FIRST1) - (0x43)*(c1-0x88)];
2701 ( (c2 >=0x31 && c2<
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c1125 int c2; /* Normalized character from s2 */ local
1152 c2 = tolower(*s2);
1157 while (c1 == c2);
1162 return (c1 - c2);

Completed in 26 milliseconds