Searched refs:expected (Results 1 – 11 of 11) sorted by relevance
/localedata/ |
A D | tst-digits.c | 45 const char *expected; member 86 const wchar_t *expected; member 138 cnt, buf, printf_int_tests[cnt].expected); in do_test() 140 if (n != (ssize_t) strlen (printf_int_tests[cnt].expected) in do_test() 141 || strcmp (buf, printf_int_tests[cnt].expected) != 0) in do_test() 165 cnt, buf, wprintf_int_tests[cnt].expected); in do_test() 167 if (n != (ssize_t) wcslen (wprintf_int_tests[cnt].expected) in do_test() 168 || wcscmp (buf, wprintf_int_tests[cnt].expected) != 0) in do_test()
|
A D | bug-iconv-trans.c | 11 const char expected[] = "AEaeOEoeUEuess"; in main() local 52 if (memcmp (outbuf, expected, sizeof (expected)) != 0) in main() 55 (int) (sizeof (outbuf) - outlen), outbuf, expected); in main() 58 else if (outlen != sizeof (outbuf) - sizeof (expected)) in main()
|
A D | tst-iconv-math-trans.c | 45 const char expected[] = "[| |] < >" in do_test() local 86 if (memcmp (outbuf, expected, sizeof (expected)) != 0) in do_test() 89 (int) (sizeof (outbuf) - outlen), outbuf, expected); in do_test() 92 else if (outlen != sizeof (outbuf) - sizeof (expected)) in do_test()
|
A D | tst-langinfo.c | 163 char *expected; in do_test() local 217 expected = wp = ++rp; in do_test() 256 expected = rp; in do_test() 270 result = test_locale (locale, paramstr, param, expected); in do_test()
|
A D | tst-langinfo-setlocale.c | 26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale() argument 43 if (strcmp (actual, expected) == 0) in test_locale() 47 printf ("FAILED (expected: %s)\n", expected); in test_locale()
|
A D | tst-langinfo-newlocale.c | 26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale() argument 43 if (strcmp (actual, expected) == 0) in test_locale() 47 printf ("FAILED (expected: %s)\n", expected); in test_locale()
|
A D | tst-strfmon1.c | 9 const char *expected; member 35 int fail = strcmp (buf, tests[i].expected) != 0; in do_test()
|
A D | tst-numeric.data | 30 # #4 the expected result (may contain trailing spaces!)
|
A D | tst-fmon.data | 29 # #4 the expected result (may contain trailing spaces!)
|
/localedata/locales/ |
A D | en_CA | 134 % difficult to display two words e.g. yes|oui, where one word is expected.
|
A D | C | 48 % These are generally expected by users.
|
Completed in 7 milliseconds