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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040909-1.c5 conversion_loop (int (*const one_conversion)()) function
12 return conversion_loop (one_utf8_to_utf16);
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c454 conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, function
508 return conversion_loop (one_utf8_to_utf16, cd, from, flen, to);
515 return conversion_loop (one_utf8_to_utf32, cd, from, flen, to);
522 return conversion_loop (one_utf16_to_utf8, cd, from, flen, to);
529 return conversion_loop (one_utf32_to_utf8, cd, from, flen, to);

Completed in 51 milliseconds