Searched refs:locale (Results 26 - 50 of 243) sorted by relevance

12345678910

/haiku-fatelf/src/bin/sharutils/intl/
H A Ddgettext.c23 # include <locale.h>
47 LC_MESSAGES locale. */
H A DMakefile33 localedir = $(datadir)/locale
34 gnulocaledir = $(prefix)/share/locale
/haiku-fatelf/src/kits/locale/
H A DFormat.cpp58 BFormat::SetLocale(const BLocale* locale) argument
60 if (locale != NULL) {
62 fLocale = new (std::nothrow) BLocale(*locale);
66 *fLocale = *locale;
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesmain.cc40 #include <locale.h>
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Di18n.h38 extern const stp_string_list_t *stp_i18n_load(const char *locale);
H A Dcups-genppdupdate.in356 my ($ppd_source_filename, $filename, $driver, $locale, $region) = @_;
372 $locale ne "") {
374 push @url_list, "gutenprint.$version://$driver/$simplified/${locale}_${region}";
376 push @url_list, "gutenprint.$version://$driver/$simplified/${locale}";
382 print "Trying ", (! $server_multicat ? "$driver_bin cat " : ""), "$url for $driver, $simplified, $locale, $region\n";
401 $new_ppd_filename = find_ppd($filename, $driver, $locale, $region);
443 my ($locale) = "";
450 ($locale) = m/^\*StpLocale:\s*\"(.*)\"$/;
451 $orig_locale = $locale;
466 if ($filename and $driver and $lingo and $locale) {
[all...]
/haiku-fatelf/src/bin/bash/
H A Dlocale.c0 /* locale.c - Miscellaneous internationalization functions. */
44 /* The current locale when the program begins */
51 /* tracks the value of LC_ALL; used to override values for other locale
55 /* tracks the value of LC_ALL; used to provide defaults for locale
59 /* Called to reset all of the locale variables to their appropriate values
65 /* Set the value of default_locale and make the current locale the
66 system default locale. This should be called very early in main(). */
145 /* Set one of the locale categories (specified by VAR) to VALUE. Returns 1
192 internal_warning(_("setlocale: LC_ALL: cannot change locale (%s)"), lc_all);
194 internal_warning(_("setlocale: LC_ALL: cannot change locale (
295 char *locale; local
356 char *locale, *t; local
[all...]
H A Dbashintl.h33 # include <locale.h>
/haiku-fatelf/data/etc/
H A Dprofile20 export LC_MESSAGES=`locale -m`
21 export LC_NUMERIC=`locale -f`
22 export LC_TIME=`locale -t`
/haiku-fatelf/headers/os/locale/
H A DCurrency.h27 BLocale *locale = NULL);
28 status_t GetSymbol(BString *symbol, BLocale *locale = NULL);
H A DFormat.h45 virtual status_t SetLocale(const BLocale* locale);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dlocale.h2 /* A POSIX <locale.h>.
25 #include_next <locale.h>
80 /* The LC_MESSAGES locale category is specified in POSIX, but not in ISO C.
90 extern locale_t duplocale (locale_t locale) _GL_ARG_NONNULL ((1));
H A Dlocale.in.h1 /* A POSIX <locale.h>.
41 /* The LC_MESSAGES locale category is specified in POSIX, but not in ISO C.
51 extern locale_t duplocale (locale_t locale) _GL_ARG_NONNULL ((1));
/haiku-fatelf/src/bin/gawk/
H A Dgettext.h27 #include <locale.h>
35 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
37 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
39 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
42 # include <locale.h>
/haiku-fatelf/headers/private/libroot/locale/
H A DICUMessagesData.h23 virtual status_t SetTo(const Locale& locale,
H A DICUNumericData.h26 virtual status_t SetTo(const Locale& locale,
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddngettext.c25 #include <locale.h>
49 LC_MESSAGES locale and skip message according to the plural form. */
H A Dngettext.c39 #include <locale.h>
56 LC_MESSAGES locale. If not found, returns MSGID itself (the default
/haiku-fatelf/src/bin/gawk/intl/
H A Ddngettext.c23 #include <locale.h>
47 LC_MESSAGES locale and skip message according to the plural form. */
H A Dngettext.c37 #include <locale.h>
54 LC_MESSAGES locale. If not found, returns MSGID itself (the default
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dxlocale.c1 /* C locale object.
21 #include <locale.h>
29 /* Defined in locale/C-ctype.c. */
/haiku-fatelf/data/system/boot/
H A DSetupEnvironment25 BEINCLUDES="$BH;$BH/be;$BH/posix;$BH/glibc;$BH/cpp;$BH/be/app;$BH/be/device;$BH/be/interface;$BH/be/locale;$BH/be/media;$BH/be/midi;$BH/be/midi2;$BH/be/net;$BH/be/kernel;$BH/be/storage;$BH/be/support;$BH/be/game;$BH/be/opengl;$BH/be/drivers;$BH/gnu;$BH/be/mail;$BH/be/translation;$BH/be/devel;$BH/be/add-ons/graphics;$BH/be/be_apps/Deskbar;$BH/be/be_apps/NetPositive;$BH/be/be_apps/Tracker"
53 export LC_MESSAGES=`locale -m`
54 export LC_NUMERIC=`locale -f`
55 export LC_TIME=`locale -t`
/haiku-fatelf/headers/posix/
H A Dlocale.h56 extern char *setlocale(int category, const char *locale);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_locale.h1 /* GDB-friendly replacement for <locale.h>.
25 # include <locale.h>
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dgutenprint-intl.h51 #include <locale.h>

Completed in 190 milliseconds

12345678910