Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c162 if ((keepc2 == ISC_halant || keepc2 == ISC_nukta) && buflen < 6 ) in iscii_to_utf8()
169 if ( keepc2 == ISC_halant || keepc2 == ISC_nukta ) in iscii_to_utf8()
173 if (keepc2 == ISC_nukta) uniid = UNI_ZWJ; /* soft Halant */ in iscii_to_utf8()
198 if ( have_nukta(isc_type) && keepc2 == ISC_nukta) { in iscii_to_utf8()
H A DUTF-8%iscii91.c168 *(*outbuf+1) = ISC_nukta; in ucs_to_iscii()
181 if ( uiid == UNI_ZWJ ) **outbuf = ISC_nukta; /* soft halant */ in ucs_to_iscii()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/include/
H A Discii-common.h41 #define ISC_nukta 0xe9 macro