Lines Matching defs:c
40 iconv_t c; in TEST() local
59 iconv_t c = iconv_open("UTF-32LE", "UTF-8"); in TEST() local
85 iconv_t c = iconv_open("ASCII//TRANSLIT", "UTF-8"); in TEST() local
114 iconv_t c = iconv_open("ASCII//IGNORE", "UTF-8"); in TEST() local
142 iconv_t c = iconv_open("ASCII", "UTF-8"); in TEST() local
168 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
201 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
228 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
297 iconv_t c = iconv_open(dst_enc, "UTF-8"); in RoundTrip() local
365 iconv_t c = iconv_open("wchar_t", src_enc); in Check() local
437 iconv_t c = iconv_open("utf8", "utf8"); in TEST() local