Searched refs:test_locale (Results 1 – 1 of 1) sorted by relevance
9 const char test_locale[] = "de_DE.UTF-8"; variable47 printf ("\nNote: This program runs on %s locale.\n\n", test_locale); in do_test()49 if (setlocale (LC_ALL, test_locale) == NULL) in do_test()51 fprintf (stderr, "Cannot use `%s' locale.\n", test_locale); in do_test()
Completed in 4 milliseconds