Searched refs:to_code (Results 1 – 2 of 2) sorted by relevance
10 static const char *to_code; variable32 printf ("%s: 0x%02x%02x\n", to_code, euc[0], euc[1]); in xiconv()45 to_code = code; in xiconv_open()47 if (errno || (cd = iconv_open (to_code, "UCS-2BE")) == (iconv_t) -1) in xiconv_open()
73 static const char* const to_code[] = { in do_test() local77 static const size_t ncodesets = sizeof to_code / sizeof *to_code; in do_test()109 ret += test_ibm93x (to_code [i], input [i].txt, input [i].len); in do_test()
Completed in 3 milliseconds