Home
last modified time | relevance | path

Searched refs:locales (Results 1 – 5 of 5) sorted by relevance

/posix/
A Dbug-regex6.c32 const char *locales[] = { "C", "C.UTF-8", "de_DE.UTF-8" }; in main() local
38 for (i = 0; i < sizeof (locales) / sizeof (locales[0]); ++i) in main()
40 if (setlocale (LC_ALL, locales[i]) == NULL) in main()
60 printf ("matching ok for %s locale\n", locales[i]); in main()
63 printf ("matching failed for %s locale:\n", locales[i]); in main()
A DMakefile207 include ../gen-locales.mk
209 $(objpfx)bug-regex1.out: $(gen-locales)
210 $(objpfx)bug-regex4.out: $(gen-locales)
211 $(objpfx)bug-regex5.out: $(gen-locales)
212 $(objpfx)bug-regex6.out: $(gen-locales)
213 $(objpfx)bug-regex17.out: $(gen-locales)
214 $(objpfx)bug-regex18.out: $(gen-locales)
215 $(objpfx)bug-regex19.out: $(gen-locales)
216 $(objpfx)bug-regex20.out: $(gen-locales)
230 $(objpfx)tst-regex.out: $(gen-locales)
[all …]
A Dtst-regcomp-truncated.c37 static const char locales[][17] = variable
89 for (size_t locale_idx = 0; locale_idx < array_length (locales); in do_test()
92 if (setlocale (LC_ALL, locales[locale_idx]) == NULL) in do_test()
95 printf ("error: setlocale (\"%s\"): %m", locales[locale_idx]); in do_test()
99 printf ("info: testing locale \"%s\"\n", locales[locale_idx]); in do_test()
A Dtst-fnmatch.input38 # > of character values. In other locales, ranges have unspecified behavior.
867 # locales other than the C locale. The main focus of the tests is on the
A Dtst-regex.input2995 * localedata/locales/sk_SK: New file.
4472 path, extended with "/locales/".
4942 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
6615 (install-locales): Ignore comment lines.
7864 * localedata/locales/de_DE: Correct yesexpr and noexpr.
7865 * localedata/locales/de_AT: Likewise.
9796 * localedata/locales/ru_RU: Fix YESEXPR. Patch by lav@yars.free.net.
10024 * localedata/locales/cs_CZ: Update by Michael Mraka

Completed in 24 milliseconds