Home
last modified time | relevance | path

Searched refs:LC_ALL_MASK (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/intl/
Dtst-gettext4.c66 uselocale (newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL)); in thread1_execution()
98 uselocale (newlocale (LC_ALL_MASK, "fr_FR.ISO-8859-1", NULL)); in thread2_execution()
Dtst-gettext5.c67 uselocale (newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL)); in thread1_execution()
101 uselocale (newlocale (LC_ALL_MASK, "de_DE.UTF-8", NULL)); in thread2_execution()
/glibc-2.36/string/
Dtest-strerror-errno.c58 locale_t l = xnewlocale (LC_ALL_MASK, "C", NULL); in do_test()
Dtst-strerror.c52 locale_t l = xnewlocale (LC_ALL_MASK, "pt_BR.UTF-8", NULL); in do_test()
/glibc-2.36/localedata/
Dtst-langinfo-newlocale.c32 loc = newlocale (LC_ALL_MASK, locale, 0); in test_locale()
Dtst-c-utf8-consistency.c527 c_utf8 = newlocale (LC_ALL_MASK, "C.UTF-8", (locale_t) 0); in do_test()
/glibc-2.36/time/
Dtst-ftime_l.c20 l = newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL); in do_test()
/glibc-2.36/locale/
Dlocale.h160 # define LC_ALL_MASK (LC_CTYPE_MASK \ macro
Dtst-C-locale.c233 loc = newlocale (LC_ALL_MASK, locname, NULL); in run_test()
/glibc-2.36/stdlib/
Dtst-strfmon_l.c37 loc = newlocale (LC_ALL_MASK, local_name, 0); in init_loc()
/glibc-2.36/conform/data/
Dlocale.h-data50 macro LC_ALL_MASK
/glibc-2.36/ChangeLog.old/
DChangeLog.131605 * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
3887 LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3889 LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.