Searched refs:c4 (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030.h101 unsigned char c4 = s[3];
102 if (c4 >= 0x30 && c4 <= 0x39) {
103 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dgb18030uni.h173 unsigned char c4 = s[3]; local
174 if (c4 >= 0x30 && c4 <= 0x39) {
175 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);

Completed in 22 milliseconds