Lines Matching defs:c
38 iconv_t c; in TEST() local
57 iconv_t c = iconv_open("UTF-32LE", "UTF-8"); in TEST() local
83 iconv_t c = iconv_open("ASCII//TRANSLIT", "UTF-8"); in TEST() local
112 iconv_t c = iconv_open("ASCII//IGNORE", "UTF-8"); in TEST() local
140 iconv_t c = iconv_open("ASCII", "UTF-8"); in TEST() local
166 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
199 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
226 iconv_t c = iconv_open("UTF-8", "UTF-8"); in TEST() local
295 iconv_t c = iconv_open(dst_enc, "UTF-8"); in RoundTrip() local
363 iconv_t c = iconv_open("wchar_t", src_enc); in Check() local
435 iconv_t c = iconv_open("utf8", "utf8"); in TEST() local