• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/

Lines Matching defs:locale

73 #include <locale.h>
252 /* Name of the relevant locale category, or "" for the global locale. */
365 # include "../locale/localeinfo.h"
476 CATEGORY locale and, if PLURAL is nonzero, search over string
722 /* If the current locale value is C (or POSIX) we don't load a
1081 current locale and we don't have to perform any conversion. */
1416 /* Return string representation of locale CATEGORY. */
1476 /* Guess value of current locale from value of the environment variables
1482 const char *locale)
1490 const char *locale;
1499 extension. Its value can be a colon-separated list of locale names.
1502 This is how POSIX specifies it. The value is a single locale name.
1504 colon-separated list of locale names.
1505 4. A system-dependent default locale name.
1508 - If the system provides both a list of languages and a default locale,
1512 /* Fetch the locale name, through the POSIX method of looking to `LC_ALL',
1516 locale = __current_locale_name (category);
1524 locale = thread_locale->__names[category];
1530 locale = _nl_locale_name_posix (category, categoryname);
1532 if (locale == NULL)
1534 locale = _nl_locale_name_default ();
1541 /* Ignore LANGUAGE and its system-dependent analogon if the locale is set
1543 1. "C" locale usually uses the ASCII encoding, and most international
1548 2. The precise output of some programs in the "C" locale is specified
1552 if (strcmp (locale, "C") == 0)
1553 return locale;
1561 /* The next priority value is the locale name, if not defaulted. */
1569 /* The least priority value is the locale name, if defaulted. */
1571 return locale;
1580 /* The output charset should normally be determined by the locale. But
1581 sometimes the locale is not used or not correctly set up, so we provide