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

/macosx-10.10/libiconv-42/libiconv/lib/
H A Dconverters.h37 int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, size_t n); member in struct:mbtowc_funcs
39 * int xxx_mbtowc (conv_t conv, ucs4_t *pwc, unsigned char const *s, size_t 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 174 milliseconds