Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c63 static int copy_to_outbuf(ucs_t uniid, char *buf, size_t buflen);
111 ucs_t uniid; in iscii_to_utf8() local
134 uniid = traverse_table(en.entry, en.items, keepc1); in iscii_to_utf8()
136 uniid = keepc1; in iscii_to_utf8()
138 if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
152 uniid = get_EXT(keepc2, isc_type); in iscii_to_utf8()
153 if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
165 uniid = traverse_table(en.entry, en.items, keepc1); in iscii_to_utf8()
166 if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
172 if (keepc2 == ISC_halant) uniid = UNI_ZWNJ; /* explicit Halant */ in iscii_to_utf8()
[all …]