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

/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c85 uchar_t ic1; /* 1st byte */ local
92 KICONV_JA_NGET(ic1); /* read 1st byte */
94 if (ic1 < 0x80) {
96 *p = (uint_t)ic1;
100 u8_size = u8_number_of_bytes[ic1];
109 l = ic1 & u8_masks_tbl[remaining_bytes];
113 if (ic1 != 0U) {
114 if ((ic < u8_valid_min_2nd_byte[ic1]) ||
115 (ic > u8_valid_max_2nd_byte[ic1])) {
118 ic1
151 uchar_t ic1; /* 1st byte */ local
330 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ local
519 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ local
817 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
1128 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
[all...]

Completed in 47 milliseconds