Home
last modified time | relevance | path

Searched refs:wcode (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Djohap92_to_utf.c43 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()
81 v = JOONGSUNG(wcode) - in _johap92_to_utf8()
[all …]
H A Dwansung_to_utf.c44 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()
93 if (wcode < cmp_srchtbl[ci][v]) in _wansung_to_utf8()
[all …]
H A Djohap_to_utf.c34 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 Dnbyte_to_euc.c49 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 Djohap_to_UTF2.c90 unsigned short wcode; in _icv_iconv() local
H A Djohap92_to_UTF2.c90 unsigned short wcode; in _icv_iconv() local
H A Deuc_to_UTF2.c90 unsigned short wcode; in _icv_iconv() local
H A Diso2022-7_to_UTF2.c95 unsigned short wcode; in _icv_iconv() local
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1805 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 Dprioctl.c1561 int wcode = p->p_wcode; /* must be atomic read */ in oprgetpsinfo32() local
1563 if (wcode) in oprgetpsinfo32()
1564 psp->pr_wstat = wstat(wcode, p->p_wdata); in oprgetpsinfo32()
3372 int wcode = p->p_wcode; /* must be atomic read */ in oprgetpsinfo() local
3374 if (wcode) in oprgetpsinfo()
3375 psp->pr_wstat = wstat(wcode, p->p_wdata); in oprgetpsinfo()
H A Dprsubr.c2535 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()