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

/haiku/src/libs/iconv/
H A Dconverters.h63 int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n); member in struct:wctomb_funcs
65 * int xxx_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
79 /* Return code if invalid. (xxx_wctomb) */
81 /* Return code if output buffer is too small. (xxx_wctomb, xxx_reset) */
H A Dloop_unicode.h23 /* Attempt to transliterate wc. Return code as in xxx_wctomb. */
44 sub_outcount = cd->ofuncs.xxx_wctomb(cd,outptr,buf[i],outleft);
88 sub_outcount = cd->ofuncs.xxx_wctomb(cd,outptr,buf[i],outleft);
116 int outcount = cd->ofuncs.xxx_wctomb(cd,outptr,substitute,outleft);
136 sub_outcount = cd->ofuncs.xxx_wctomb(cd,outptr,cp[i],outleft);
208 outcount = cd->ofuncs.xxx_wctomb(cd,outptr,wc,outleft);
244 outcount = cd->ofuncs.xxx_wctomb(cd,outptr,0xFFFD,outleft);
357 outcount = cd->ofuncs.xxx_wctomb(cd,outptr,wc,outleft);
395 outcount = cd->ofuncs.xxx_wctomb(cd,outptr,0xFFFD,outleft);
444 int outcount = cd->ofuncs.xxx_wctomb(c
[all...]

Completed in 24 milliseconds