Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A DUTF-8%iscii91.c139 ucs_to_iscii(ucs_t uiid, char **outbuf, size_t *outbytesleft, int isc_type, int *halant_context) in ucs_to_iscii() argument
144 Entries en = unicode_table[isc_type]; in ucs_to_iscii()
307 ISCII isc_type; in _icv_iconv() local
322 get_script_types(ucsid, isc_type); in _icv_iconv()
323 if ( isc_type != NUM_ISCII && st->aATR != aTRs[isc_type] ) { in _icv_iconv()
331 **outbuf = aTRs[isc_type]; in _icv_iconv()
334 st->aATR = aTRs[isc_type]; in _icv_iconv()
340 isc_type = isc_TYPE[ st->aATR - 0x42 ]; in _icv_iconv()
342 if ( isc_type == NUM_ISCII ) { in _icv_iconv()
352 n = ucs_to_iscii(ucsid, outbuf, outbytesleft, isc_type, &st->halant_context); in _icv_iconv()
H A Discii91%UTF-8.c59 #define have_nukta(isc_type) ( nukta_type[isc_type] != NULL ) argument
60 #define have_EXT(isc_type) ( EXT_type[isc_type] != NULL ) argument
113 ISCII isc_type = isc_TYPE[st->keepc[0] - DEV_ATR]; in iscii_to_utf8() local
114 Entries en = iscii_table[isc_type]; in iscii_to_utf8()
149 if ( have_EXT(isc_type) && is_valid_ext_code(keepc2) ) in iscii_to_utf8()
152 uniid = get_EXT(keepc2, isc_type); in iscii_to_utf8()
183 if ( isc_type == DEV && keepc2 == ISC_danda ) in iscii_to_utf8()
198 if ( have_nukta(isc_type) && keepc2 == ISC_nukta) { in iscii_to_utf8()
202 if (( ucs = get_nukta(keepc1, isc_type)) != 0 ) { in iscii_to_utf8()