Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c171 int nbytes_2 = 0; in iscii_to_utf8() local
175 if ((nbytes_2 = copy_to_outbuf(uniid, buf+nBytes, buflen)) == 0) goto E2big; in iscii_to_utf8()
178 nBytes += nbytes_2; in iscii_to_utf8()