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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalename.h39 extern const char * gl_locale_name (int category, const char *categoryname);
H A Dlocalename.c2947 gl_locale_name (int category, const char *categoryname) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-language.c33 const char *locale_name = gl_locale_name (LC_CTYPE, "LC_CTYPE");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-localename.c1 /* Test of gl_locale_name function and its variants.
62 /* Test the gl_locale_name() function. */
68 /* Check that gl_locale_name returns non-NULL. */
69 ASSERT (gl_locale_name (LC_MESSAGES, "LC_MESSAGES") != NULL);
78 gl_locale_name returns the default locale. */
85 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
87 ASSERT (strcmp (gl_locale_name (LC_NUMERIC, "LC_NUMERIC"),
98 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
106 ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"),
114 ASSERT (strcmp (gl_locale_name (LC_MESSAGE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c281 locale = gl_locale_name (LC_MESSAGES, "LC_MESSAGES");

Completed in 193 milliseconds