Searched refs:check_fstrcmp (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fstrcmp.c39 check_fstrcmp (const char *string1, const char *string2, double expected) function
54 ASSERT (check_fstrcmp ("Langstrumpf", "Langstrumpf", 1.0));
55 ASSERT (check_fstrcmp ("Levenshtein", "Levenstein", 20./21.));
56 ASSERT (check_fstrcmp ("Levenstein", "Levenshtein", 20./21.));
57 ASSERT (check_fstrcmp ("xy", "yx", 1./2.));
58 ASSERT (check_fstrcmp ("George Bush", "Abraham Lincoln", 2./13.));
59 ASSERT (check_fstrcmp ("George Bush", "George \"Bugs\" Moran", 2./3.));

Completed in 85 milliseconds