Home
last modified time | relevance | path

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

/string/
A Dtst-strxfrm.c12 test (const char *locale) in test() argument
21 if (setlocale (LC_COLLATE, locale) == NULL) in test()
23 printf ("cannot set locale \"%s\"\n", locale); in test()
38 locale, r, l); in test()
42 loc = newlocale (1 << LC_ALL, locale, NULL); in test()
49 locale, r, l); in test()
A Dtest-strcasecmp.c210 test_locale (const char *locale) in test_locale() argument
214 if (setlocale (LC_CTYPE, locale) == NULL) in test_locale()
216 error (0, 0, "cannot set locale \"%s\"", locale); in test_locale()
220 printf ("%-23s", locale); in test_locale()
A Dtest-strncasecmp.c302 test_locale (const char *locale) in test_locale() argument
306 if (setlocale (LC_CTYPE, locale) == NULL) in test_locale()
308 error (0, 0, "cannot set locale \"%s\"", locale); in test_locale()
315 printf ("%23s", locale); in test_locale()

Completed in 7 milliseconds