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

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c455 conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, function
509 return conversion_loop (one_utf8_to_utf16, cd, from, flen, to);
516 return conversion_loop (one_utf8_to_utf32, cd, from, flen, to);
523 return conversion_loop (one_utf16_to_utf8, cd, from, flen, to);
530 return conversion_loop (one_utf32_to_utf8, cd, from, flen, to);

Completed in 60 milliseconds