hard_locale 26 maint/gnulib/lib/hard-locale.h extern bool hard_locale (int category); hard_locale 120 maint/gnulib/lib/mbrtoc32.c if ((size_t) -2 <= ret && n != 0 && ! hard_locale (LC_CTYPE)) hard_locale 147 maint/gnulib/lib/mbrtowc.c if ((size_t) -2 <= ret && n != 0 && ! hard_locale (LC_CTYPE)) hard_locale 48 maint/gnulib/tests/test-hard-locale.c if (hard_locale (LC_CTYPE) != expected) hard_locale 71 maint/gnulib/tests/test-hard-locale.c if (hard_locale (LC_COLLATE) != expected) hard_locale 91 maint/gnulib/tests/test-hard-locale.c if (hard_locale (LC_CTYPE) || hard_locale (LC_COLLATE))