Searched refs:locale (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dlocale_charmap2 # Prints the system dependent name for the current locale's charmap.
4 locale charmap
H A Dall-locales2 # Prints the list of all locale names, one per line.
4 locale -a
14 cd /usr/lib/locale && ls -1
17 cd /usr/share/locale && ls -1
20 cd /usr/share/locale && ls -1 */LC_CTYPE | sed -e 's,/LC_CTYPE$,,'
H A Dlocale_charset.c1 /* Prints the portable name for the current locale's charset. */
5 #include <locale.h>
H A Dlocale_codeset.c1 /* Prints the system dependent name for the current locale's codeset. */
7 #include <locale.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dhard-locale.c1 /* hard-locale.c -- Determine whether a locale is hard.
22 #include "hard-locale.h"
24 #include <locale.h>
34 /* Return true if the current CATEGORY locale is hard, i.e. if you
51 char *locale = strdup (p); local
52 if (locale)
54 /* Temporarily set the locale to the "C" and "POSIX" locales
56 or the other is the caller's locale. */
58 && strcmp (p, locale)
[all...]
H A DMakefile.am32 hard-locale.h hard-locale.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strcase.sh3 # Test in the C locale.
7 # Test in an ISO-8859-1 or ISO-8859-15 locale.
10 LC_ALL=$LOCALE_FR ./test-c-strcasecmp${EXEEXT} locale || exit 1
11 LC_ALL=$LOCALE_FR ./test-c-strncasecmp${EXEEXT} locale || exit 1
14 # Test in a Turkish UTF-8 locale.
17 LC_ALL=$LOCALE_TR_UTF8 ./test-c-strcasecmp${EXEEXT} locale || exit 1
18 LC_ALL=$LOCALE_TR_UTF8 ./test-c-strncasecmp${EXEEXT} locale || exit 1
H A Dtest-locale.c1 /* Test of <locale.h> substitute.
21 #include <locale.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
45 # include <locale.h>
276 /* Determine the current locale's character encoding, and canonicalize it
301 of the locale name from the environment variables (if present) or
305 const char *locale; local
308 locale = getenv ("LC_ALL");
309 if (locale == NULL || locale[0] == '\0')
311 locale = getenv ("LC_CTYPE");
312 if (locale
348 const char *locale = NULL; local
385 const char *locale; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
46 # include <locale.h>
277 /* Determine the current locale's character encoding, and canonicalize it
302 of the locale name from the environment variables (if present) or
306 const char *locale; local
309 locale = getenv ("LC_ALL");
310 if (locale == NULL || locale[0] == '\0')
312 locale = getenv ("LC_CTYPE");
313 if (locale
349 const char *locale = NULL; local
386 const char *locale; local
[all...]
H A Dfinddomain.c61 _nl_find_domain (const char *dirname, char *locale, argument
78 the full specified locale is not found, the less specific one are
91 /* If we have already tested for this locale entry there has to
94 strlen (dirname) + 1, 0, locale, NULL, NULL,
101 /* We know something about this locale. */
123 /* See whether the locale value is an alias. If yes its value
126 alias_value = _nl_expand_alias (locale);
130 locale = strdup (alias_value);
131 if (locale == NULL)
135 locale
[all...]
H A Ddgettext.c25 #include <locale.h>
48 LC_MESSAGES locale. */
H A Ddngettext.c25 #include <locale.h>
48 LC_MESSAGES locale and skip message according to the plural form. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
45 # include <locale.h>
276 /* Determine the current locale's character encoding, and canonicalize it
301 of the locale name from the environment variables (if present) or
305 const char *locale; local
308 locale = getenv ("LC_ALL");
309 if (locale == NULL || locale[0] == '\0')
311 locale = getenv ("LC_CTYPE");
312 if (locale
348 const char *locale = NULL; local
385 const char *locale; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
51 # include <locale.h>
315 /* Determine the current locale's character encoding, and canonicalize it
340 of the locale name from the environment variables (if present) or
344 const char *locale; local
347 locale = getenv ("LC_ALL");
348 if (locale == NULL || locale[0] == '\0')
350 locale = getenv ("LC_CTYPE");
351 if (locale
387 const char *locale = NULL; local
424 const char *locale; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
45 # include <locale.h>
276 /* Determine the current locale's character encoding, and canonicalize it
301 of the locale name from the environment variables (if present) or
305 const char *locale; local
308 locale = getenv ("LC_ALL");
309 if (locale == NULL || locale[0] == '\0')
311 locale = getenv ("LC_CTYPE");
312 if (locale
348 const char *locale = NULL; local
385 const char *locale; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
57 # include <locale.h>
283 /* Determine the current locale's character encoding, and canonicalize it
308 of the locale name from the environment variables (if present) or
312 const char *locale; local
315 locale = getenv ("LC_ALL");
316 if (locale == NULL || locale[0] == '\0')
318 locale = getenv ("LC_CTYPE");
319 if (locale
355 const char *locale = NULL; local
392 const char *locale; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-nls.c4 #include <locale.h>
10 char *locale; member in struct:_testcase
41 printf("Default locale: %s\n", newloc);
46 char *locale = testcases[i].locale; local
52 printf("setlocale(\"%s\")\n", locale);
53 const char *actual_locale = setlocale(LC_MESSAGES, locale);
55 fprintf(stderr, "Error: Cannot set locale to %s.\n", locale);
58 printf("new locale
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A DMakefile.am21 pkglocaledir = $(pkgdatadir)/locale
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dplural-1-prg.c23 #include <locale.h>
H A Dtestlocale.c1 /* testlocale - test whether the locale given by the environment is installed.
21 #include <locale.h>
36 /* Couldn't set locale. */
H A Dsetlocale.c22 #include <locale.h>
25 /* Return string representation of locale CATEGORY. */
84 actually change the behaviour of locale dependent functions.
87 setlocale (int category, SETLOCALE_CONST char *locale) argument
101 if (locale != NULL)
105 copy = (char *) malloc (strlen (locale) + 1);
106 strcpy (copy, locale);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dhello.c8 #include <locale.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dhello.cc16 #include <locale.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in23 import locale
26 locale.setlocale(locale.LC_ALL, '')
34 l = locale.getlocale(locale.LC_MESSAGES)

Completed in 195 milliseconds

1234567891011>>