Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c160 case ISC_halant: in iscii_to_utf8()
162 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()
172 if (keepc2 == ISC_halant) uniid = UNI_ZWNJ; /* explicit Halant */ in iscii_to_utf8()
H A DUTF-8%iscii91.c182 else **outbuf = ISC_halant; /* explicit halant */ in ucs_to_iscii()
204 if ( iscii == ISC_halant && type == t_NONE ) *halant_context = 1; in ucs_to_iscii()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/include/
H A Discii-common.h40 #define ISC_halant 0xe8 macro