Searched refs:wcode (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | johap92_to_utf.c | 37 unsigned long* jongsung, unsigned short wcode) in _johap92_to_utf8() argument 43 if (wcode > 0xD3FE) in _johap92_to_utf8() 48 if (johap922utf8_tbl[i].code == wcode) in _johap92_to_utf8() 50 else if (johap922utf8_tbl[l].code == wcode) in _johap92_to_utf8() 55 else if (johap922utf8_tbl[h].code == wcode) in _johap92_to_utf8() 60 else if (johap922utf8_tbl[i].code < wcode) in _johap92_to_utf8() 66 if (johap922utf8_tbl[i].code != wcode) in _johap92_to_utf8() 74 byte1 = (char)((wcode >> 8) & 0xFF); in _johap92_to_utf8() 75 byte2 = (char)(wcode & 0xFF); in _johap92_to_utf8() 80 ci = CHOSUNG(wcode) - 2; in _johap92_to_utf8() [all …]
|
H A D | wansung_to_utf.c | 37 unsigned long* jongsung, unsigned short wcode) in _wansung_to_utf8() argument 44 if (wcode < 0xb0a1 || wcode > 0xc8fe) in _wansung_to_utf8() 49 if (euc2utf8_tbl[i].code == wcode) in _wansung_to_utf8() 51 else if (euc2utf8_tbl[l].code == wcode) in _wansung_to_utf8() 56 else if (euc2utf8_tbl[h].code == wcode) in _wansung_to_utf8() 61 else if (euc2utf8_tbl[i].code < wcode) in _wansung_to_utf8() 67 if (euc2utf8_tbl[i].code != wcode) in _wansung_to_utf8() 74 if ((short)(wcode & 0xFF) < 0xA1) in _wansung_to_utf8() 83 if (wcode < cmp_srchtbl[ci][0]) in _wansung_to_utf8() 85 else if (wcode < cmp_srchtbl[ci + 1][0]) in _wansung_to_utf8() [all …]
|
H A D | johap_to_utf.c | 34 unsigned long* jongsung, unsigned short wcode) in _johap_to_utf8() argument 40 if (wcode < 0xA421 || wcode > 0xF3BC) in _johap_to_utf8() 43 ci = CHOSUNG(wcode) - 0x0A; in _johap_to_utf8() 44 v = JOONGSUNG(wcode) - ((short)JOONGSUNG(wcode) / 4 + 2); in _johap_to_utf8() 45 cf = JONGSUNG(wcode); in _johap_to_utf8()
|
H A D | nbyte_to_euc.c | 49 static int _johap_to_wansung(unsigned short* wcode, unsigned short code); 358 static int _johap_to_wansung(unsigned short* wcode, unsigned short code) in _johap_to_wansung() argument 365 *wcode = 0; in _johap_to_wansung() 371 *wcode = 0xA4A0 + Y19_32[ci + 1]; in _johap_to_wansung() 375 *wcode = 0xA4BF + v; in _johap_to_wansung() 394 *wcode = cmp_srchtbl[ci][v] + disp; in _johap_to_wansung() 397 *wcode += (((short)(mask + disp) > 0xFE) ? SKIP : 0); in _johap_to_wansung()
|
H A D | johap_to_UTF2.c | 90 unsigned short wcode; in _icv_iconv() local
|
H A D | johap92_to_UTF2.c | 90 unsigned short wcode; in _icv_iconv() local
|
H A D | euc_to_UTF2.c | 90 unsigned short wcode; in _icv_iconv() local
|
H A D | iso2022-7_to_UTF2.c | 95 unsigned short wcode; in _icv_iconv() local
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1805 int wcode = p->p_wcode; in Ppsinfo_gcore() local 1807 if (wcode) in Ppsinfo_gcore() 1808 psp->pr_wstat = gcore_wstat(wcode, p->p_wdata); in Ppsinfo_gcore()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1542 int wcode = p->p_wcode; /* must be atomic read */ in oprgetpsinfo32() local 1544 if (wcode) in oprgetpsinfo32() 1545 psp->pr_wstat = wstat(wcode, p->p_wdata); in oprgetpsinfo32() 3329 int wcode = p->p_wcode; /* must be atomic read */ in oprgetpsinfo() local 3331 if (wcode) in oprgetpsinfo() 3332 psp->pr_wstat = wstat(wcode, p->p_wdata); in oprgetpsinfo()
|
H A D | prsubr.c | 2535 int wcode = p->p_wcode; /* must be atomic read */ in prgetpsinfo() local 2537 if (wcode) in prgetpsinfo() 2538 psp->pr_wstat = wstat(wcode, p->p_wdata); in prgetpsinfo() 3200 int wcode = p->p_wcode; /* must be atomic read */ in prgetpsinfo32() local 3202 if (wcode) in prgetpsinfo32() 3203 psp->pr_wstat = wstat(wcode, p->p_wdata); in prgetpsinfo32()
|