Home
last modified time | relevance | path

Searched refs:byte4 (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dnjh_to_utf_sub.c49 if ((njh_code.byte.byte4 < NJH_UDC_OFFSET1_START) || in _johap92_to_utf8()
50 (NJH_UDC_OFFSET2_END < njh_code.byte.byte4) || in _johap92_to_utf8()
51 ((NJH_UDC_OFFSET1_END < njh_code.byte.byte4) && in _johap92_to_utf8()
52 (njh_code.byte.byte4 < NJH_UDC_OFFSET2_START))) { in _johap92_to_utf8()
59 if (njh_code.byte.byte4 >= NJH_UDC_OFFSET2_START) in _johap92_to_utf8()
61 (int)(njh_code.byte.byte4 - NJH_UDC_OFFSET2_START); in _johap92_to_utf8()
64 (int)(njh_code.byte.byte4 - NJH_UDC_OFFSET1_START); in _johap92_to_utf8()
H A Duhang_to_utf_sub.c61 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _unified_hangul_to_utf8()
62 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _unified_hangul_to_utf8()
71 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _unified_hangul_to_utf8()
99 printf("*->%2x%2x%2x*",utf_code.byte.byte2,utf_code.byte.byte3,utf_code.byte.byte4); in _unified_hangul_to_utf8()
H A Ducs_to_unihan.c238 *ob++ = unihan.byte.byte4; in _icv_iconv()
243 *ob++ = (uchar_t) unihan.byte.byte4; in _icv_iconv()
247 *ob++ = (uchar_t) unihan.byte.byte4; in _icv_iconv()
276 utf8_char.byte.byte4 = (uchar_t)(0x80 | (ucs_char & 0x003f)); in ucs_to_unihan()
281 utf8_char.byte.byte4 = (uchar_t)(0x80 | (ucs_char & 0x0003f)); in ucs_to_unihan()
286 utf8_char.byte.byte4 = (uchar_t)(0x80 | (ucs_char & 0x000003f)); in ucs_to_unihan()
H A Dcommon_utf.c78 unicode.byte.byte4 = utf8.byte.byte4; in _utf8_to_uni()
87 unicode.byte.byte4 = (utf8.byte.byte3 << 6) | (0x3F & utf8.byte.byte4); in _utf8_to_uni()
H A Dunihan_to_UCS_sub.c53 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _unified_hangul_to_UCS2LE()
54 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _unified_hangul_to_UCS2LE()
63 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _unified_hangul_to_UCS2LE()
H A Deuc_to_utf_sub.c56 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _wansung_to_utf8()
57 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _wansung_to_utf8()
66 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _wansung_to_utf8()
H A Dutf_to_uhang_main.c104 utf8_code.byte.byte4 = *(ib + 1); in _icv_iconv()
111 *ob++ = euc_code.byte.byte4; in _icv_iconv()
149 utf8_code.byte.byte4 = *(ib + 2); in _icv_iconv()
156 *ob++ = euc_code.byte.byte4; in _icv_iconv()
H A Dutf_to_euc_main.c108 utf8_code.byte.byte4 = *(ib + 2); in _icv_iconv()
122 *ob++ = euc_code.byte.byte4; in _icv_iconv()
153 utf8_code.byte.byte4 = *(ib + 1); in _icv_iconv()
166 *ob++ = euc_code.byte.byte4; in _icv_iconv()
H A Dunihan_to_UCS_main.c151 unihan_code.byte.byte4 = *(ib + 1); in _icv_iconv()
173 *ob++ = ucs2_code.byte.byte4; in _icv_iconv()
179 *ob++ = ucs2_code.byte.byte4; in _icv_iconv()
H A Dcommon_han.h43 unsigned char byte4; member
85 unsigned char byte4; member
H A Dutf_to_euc_sub.c52 wansung.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_wansung()
56 wansung.byte.byte4 = EUC_UDC_OFFSET_START + in _utf8_to_wansung()
H A Dutf_to_uhang_sub.c64 uhang.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_unified_hangul()
68 uhang.byte.byte4 = EUC_UDC_OFFSET_START + in _utf8_to_unified_hangul()
H A Dnjh_to_utf_main.c90 njh_code.byte.byte4 = *(ib + 1); in _icv_iconv()
105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Dojh_to_utf_main.c90 ojh_code.byte.byte4 = *(ib + 1); in _icv_iconv()
105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Dutf_to_njh_sub.c54 johap.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_johap92()
57 johap.byte.byte4 = NJH_UDC_OFFSET2_START + in _utf8_to_johap92()
H A Deuc_to_utf_main.c98 euc_code.byte.byte4 = *(ib + 1); in _icv_iconv()
127 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Duhang_to_utf_main.c128 euc_code.byte.byte4 = *(ib + 1); in _icv_iconv()
143 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A D838_to_874_sub.c55 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _838_to_874()
56 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _838_to_874()
65 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _838_to_874()
H A D874_to_838_sub.c55 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _874_to_838()
56 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _874_to_838()
65 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _874_to_838()
H A Deuc_to_utf_sub.c51 if ((euc_code.byte.byte4 < EUC_UDC_OFFSET_START) || in _eucTH_to_utf8()
52 (EUC_UDC_OFFSET_END < euc_code.byte.byte4)) { in _eucTH_to_utf8()
61 udc_index += (int)(euc_code.byte.byte4 - EUC_UDC_OFFSET_START); in _eucTH_to_utf8()
H A Dcommon_thai.h43 unsigned char byte4; member
78 unsigned char byte4; member
H A Dutf_to_euc_sub.c52 eucTH.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_eucTH()
56 eucTH.byte.byte4 = EUC_UDC_OFFSET_START + in _utf8_to_eucTH()
H A D874_to_838_main.c90 euc_code.byte.byte4 = *ib; in _icv_iconv()
102 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A D838_to_874_main.c90 euc_code.byte.byte4 = *ib; in _icv_iconv()
102 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Deuc_to_utf_main.c98 euc_code.byte.byte4 = *ib; in _icv_iconv()
113 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()

123