Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 5 of 5) sorted by relevance

/iconvdata/
A Dtst-table.sh26 charset=$4
41 if test ${charset} = GB18030; then
44 mv ${objpfx}tst-${charset}.truncated.table ${objpfx}tst-${charset}.charmap.table
51 if test ${charset} = EUC-TW; then
54 cat ${charset}.irreversible
63 > ${objpfx}tst-${charset}.table
71 diff ${objpfx}tst-${charset}.charmap.table ${objpfx}tst-${charset}.inverse.table | \
79 cmp -s ${objpfx}tst-${charset}.charmap.table ${objpfx}tst-${charset}.tmp.table ||
82 cmp -s ${objpfx}tst-${charset}.charmap.table ${objpfx}tst-${charset}.table ||
90 cmp -s ${objpfx}tst-${charset}.tmp.table ${objpfx}tst-${charset}.inverse.table ||
[all …]
A Dbug-iconv10.c38 const char *charset = charsets[i]; in do_test() local
39 iconv_t cd = iconv_open (charset, "UTF-8"); in do_test()
42 printf ("iconv_open failed (%s)\n", charset); in do_test()
65 printf ("wrong first conversion (%s)", charset); in do_test()
78 printf ("wrong second conversion (%s)\n", charset); in do_test()
85 printf ("iconv_close failed (%s)\n", charset); in do_test()
A Dtst-table-to.c32 const char *charset; in main() local
41 charset = argv[1]; in main()
43 cd = iconv_open (charset, "UTF-8"); in main()
52 bmp_only = (strcmp (charset, "UTF-8") == 0 in main()
53 || strcmp (charset, "GB18030") == 0); in main()
A Dtst-table-from.c179 const char *charset; in main() local
188 charset = argv[1]; in main()
190 cd = iconv_open ("UTF-8", charset); in main()
199 bmp_only = (strcmp (charset, "UTF-8") == 0 in main()
200 || strcmp (charset, "GB18030") == 0); in main()
201 search_depth = (strcmp (charset, "UTF-8") == 0 ? 3 : 4); in main()
A Dtst-tables.sh261 while read charset charmap; do
262 if test "$charset" = GB18030; then echo "This might take a while" 1>&2; fi
263 case ${charset} in \#*) continue;; esac
264 printf %s "Testing ${charset}" 1>&2
266 ${charset} ${charmap} < /dev/null; then
269 echo "failed: ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}"

Completed in 6 milliseconds