Searched refs:our_iconv (Results 1 – 1 of 1) sorted by relevance
172 iconv_t our_iconv = (iconv_t) -1; in convert_to_utf8() local204 our_iconv = iconv_validate_utf8; in convert_to_utf8()207 our_iconv = iconv_from_latin1; in convert_to_utf8()210 our_iconv = iconv_from_latin2; in convert_to_utf8()213 our_iconv = iconv_from_latin15; in convert_to_utf8()216 our_iconv = iconv_from_shiftjis; in convert_to_utf8()219 our_iconv = iconv_from_koi8r; in convert_to_utf8()222 our_iconv = iconv_from_koi8u; in convert_to_utf8()226 if (our_iconv == (iconv_t) -1) in convert_to_utf8()241 iconv_ret = text_buffer_iconv (&t, our_iconv, in convert_to_utf8()[all …]