Searched refs:test_locale (Results 1 – 3 of 3) sorted by relevance
8 static const char test_locale[] = "de_DE.UTF-8"; in do_test() local43 if (setlocale (LC_ALL, test_locale) == NULL) in do_test()45 printf ("cannot set locale \"%s\"\n", test_locale); in do_test()
210 test_locale (const char *locale) in test_locale() function260 test_locale ("C"); in test_main()261 test_locale ("en_US.ISO-8859-1"); in test_main()262 test_locale ("en_US.UTF-8"); in test_main()263 test_locale ("tr_TR.ISO-8859-9"); in test_main()264 test_locale ("tr_TR.UTF-8"); in test_main()
302 test_locale (const char *locale) in test_locale() function386 test_locale ("C"); in test_main()387 test_locale ("en_US.ISO-8859-1"); in test_main()388 test_locale ("en_US.UTF-8"); in test_main()389 test_locale ("tr_TR.ISO-8859-9"); in test_main()390 test_locale ("tr_TR.UTF-8"); in test_main()
Completed in 9 milliseconds