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

/haiku/src/libs/iconv/
H A Dconverters.h37 int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n); member in struct:mbtowc_funcs
39 * int xxx_mbtowc (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n)
54 /* Return code if invalid. (xxx_mbtowc) */
56 /* Return code if only a shift sequence of n bytes was read. (xxx_mbtowc) */
H A Dloop_unicode.h284 incount = cd->ifuncs.xxx_mbtowc(cd,&wc,inptr,inleft);

Completed in 93 milliseconds