Home
last modified time | relevance | path

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

/glibc-2.36/intl/
Dtst-gettext.c51 static int positive_dcgettext_test (const char *domain, int category);
187 if (positive_dcgettext_test ("existing-domain", LC_MESSAGES) != 0) in main()
194 if (positive_dcgettext_test ("existing-time-domain", LC_TIME) != 0) in main()
321 positive_dcgettext_test (const char *domain, int category) in positive_dcgettext_test() function