/titanic_50/usr/src/lib/iconv_modules/ko/common/ |
H A D | njh_to_utf_sub.c | 49 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 D | uhang_to_utf_sub.c | 61 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 D | ucs_to_unihan.c | 238 *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 D | unihan_to_UCS_sub.c | 53 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 D | common_utf.c | 78 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 D | euc_to_utf_sub.c | 56 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 D | utf_to_euc_main.c | 108 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 D | utf_to_uhang_main.c | 104 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 D | unihan_to_UCS_main.c | 151 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 D | common_han.h | 43 unsigned char byte4; member 85 unsigned char byte4; member
|
H A D | utf_to_euc_sub.c | 52 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 D | utf_to_uhang_sub.c | 64 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 D | njh_to_utf_main.c | 90 njh_code.byte.byte4 = *(ib + 1); in _icv_iconv() 105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
H A D | ojh_to_utf_main.c | 90 ojh_code.byte.byte4 = *(ib + 1); in _icv_iconv() 105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
H A D | utf_to_njh_sub.c | 54 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 D | euc_to_utf_main.c | 98 euc_code.byte.byte4 = *(ib + 1); in _icv_iconv() 127 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
H A D | uhang_to_utf_main.c | 128 euc_code.byte.byte4 = *(ib + 1); in _icv_iconv() 143 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
/titanic_50/usr/src/lib/iconv_modules/th_TH/common/ |
H A D | 874_to_838_sub.c | 55 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 D | euc_to_utf_sub.c | 51 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 D | 838_to_874_sub.c | 55 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 D | common_thai.h | 43 unsigned char byte4; member 78 unsigned char byte4; member
|
H A D | utf_to_euc_sub.c | 52 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 D | 874_to_838_main.c | 90 euc_code.byte.byte4 = *ib; in _icv_iconv() 102 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
H A D | 838_to_874_main.c | 90 euc_code.byte.byte4 = *ib; in _icv_iconv() 102 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|
H A D | euc_to_utf_main.c | 98 euc_code.byte.byte4 = *ib; in _icv_iconv() 113 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
|