Searched refs:gl_locale_name (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-localename.c1 /* Test of gl_locale_name function.
44 /* Check that gl_locale_name returns non-NULL. */
45 ASSERT (gl_locale_name (LC_MESSAGES, "LC_MESSAGES") != NULL);
55 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
57 ASSERT (strcmp (gl_locale_name (LC_NUMERIC, "LC_NUMERIC"),
68 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
76 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
84 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
92 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
104 ASSERT (strcmp (gl_locale_name (LC_MESSAGE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalename.h39 extern const char * gl_locale_name (int category, const char *categoryname);
H A Dlocalename.c1498 gl_locale_name (int category, const char *categoryname) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DgettextP.h239 # define gl_locale_name _nl_locale_name macro
H A Dlocalename.c1498 gl_locale_name (int category, const char *categoryname) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c281 locale = gl_locale_name (LC_MESSAGES, "LC_MESSAGES");

Completed in 101 milliseconds