Searched refs:sub_outcount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/iconv/
H A Dloop_unicode.h38 int i, sub_outcount; local
41 sub_outcount = RET_TOOSMALL;
44 sub_outcount = cd->ofuncs.xxx_wctomb(cd,outptr,buf[i],outleft);
45 if (sub_outcount <= RET_ILUNI)
47 if (!(sub_outcount <= outleft)) abort();
48 outptr += sub_outcount; outleft -= sub_outcount;
55 if (sub_outcount != RET_ILUNI)
82 int i, sub_outcount; local
85 sub_outcount
130 int sub_outcount; local
[all...]

Completed in 36 milliseconds