Searched refs:ISC_halant (Results 1 – 3 of 3) sorted by relevance
160 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()
182 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()
40 #define ISC_halant 0xe8 macro