Home
last modified time | relevance | path

Searched refs:test_locale (Results 1 – 3 of 3) sorted by relevance

/string/
A Dtst-strxfrm2.c8 static const char test_locale[] = "de_DE.UTF-8"; in do_test() local
43 if (setlocale (LC_ALL, test_locale) == NULL) in do_test()
45 printf ("cannot set locale \"%s\"\n", test_locale); in do_test()
A Dtest-strcasecmp.c210 test_locale (const char *locale) in test_locale() function
260 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()
A Dtest-strncasecmp.c302 test_locale (const char *locale) in test_locale() function
386 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