Home
last modified time | relevance | path

Searched refs:testdata (Results 1 – 2 of 2) sorted by relevance

/iconvdata/
A Drun-iconv-test.sh59 if test -f testdata/$from; then
65 if test -s testdata/$from..$t; then
76 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 ||
87 $PROG -f $from -t $t testdata/suntzus < /dev/null |
92 LC_ALL=C cmp testdata/suntzus $temp1 ||
102 test -f testdata/$from &&
106 testdata/$from < /dev/null > $temp1 ||
110 if test -s testdata/$from..$t; then
122 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 ||
132 $PROG -f ASCII -t $to testdata/suntzus < /dev/null |
[all …]
A Dtst-iconv-big5-hkscs-to-2ucs4.c41 struct testdata { struct
49 struct testdata tests[4] = { argument
65 check_conversion (struct testdata test) in check_conversion()
144 for (int i = 0; i < (sizeof (tests) / sizeof (struct testdata)); i++) in do_test()

Completed in 5 milliseconds