Searched refs:id_w2c (Results 1 – 1 of 1) sorted by relevance
378 iconv_t id_c2w, id_w2c; in conv_enc() local391 if ((id_w2c = iconv_open(enc, codeset())) == in conv_enc()396 id_w2c = (iconv_t)-1; in conv_enc()415 if ((id_w2c = iconv_open("utf-16be", enc)) == (iconv_t)-1) in conv_enc()430 *w2c = id_w2c; in conv_enc()