Searched refs:locale (Results 51 - 75 of 243) sorted by relevance

12345678910

/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp10 #include <locale.h>
41 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) argument
43 status_t result = inherited::SetTo(locale, posixLocaleName);
48 NumberFormat::createInstance(locale, UNUM_DECIMAL, icuStatus));
H A DICUCategoryData.cpp33 ICUCategoryData::SetTo(const Locale& locale, const char* posixLocaleName) argument
38 fLocale = locale;
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Di18n.c24 * stp_i18n_load() - Load a message catalog for a locale.
67 char locale[6]; /* Locale */ member in struct:stpi_i18n_s
87 * 'stp_i18n_load()' - Load a message catalog for a locale.
91 stp_i18n_load(const char *locale) /* I - Locale name */ argument
115 if (!locale)
119 * See if the locale is already loaded...
123 if (!strcmp(locale, pocache->locale))
127 * Find the message catalog for the given locale...
133 strncpy(ll_CC, locale, sizeo
[all...]
/haiku-fatelf/headers/private/libroot/locale/
H A DICUMonetaryData.h12 #include <locale.h>
35 virtual status_t SetTo(const Locale& locale,
H A DICUCategoryData.h27 virtual status_t SetTo(const Locale& locale,
H A DICUCollateData.h25 virtual status_t SetTo(const Locale& locale,
H A DICUTimeData.h34 virtual status_t SetTo(const Locale& locale,
H A DICUCtypeData.h25 virtual status_t SetTo(const Locale& locale,
/haiku-fatelf/src/bin/sharutils/intl/
H A Dfinddomain.c69 /* Encoding of locale name parts. */
108 _nl_find_domain (dirname, locale, domainname)
110 char *locale;
127 locales. Each single locale can consist of up to four recognized
137 full specified locale is not found, the less specific one are
148 /* If we have already tested for this locale entry there has to
150 retval = make_entry_rec (dirname, 0, locale, NULL, NULL, NULL,
154 /* We know something about this locale. */
177 /* See whether the locale value is an alias. If yes its value
180 alias_value = _nl_expand_alias (locale);
[all...]
/haiku-fatelf/headers/os/locale/
H A DDurationFormat.h34 virtual status_t SetLocale(const BLocale* locale);
H A DTimeUnitFormat.h49 virtual status_t SetLocale(const BLocale* locale);
/haiku-fatelf/src/bin/bash/include/
H A Dgettext.h31 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
33 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
35 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
38 # include <locale.h>
/haiku-fatelf/src/bin/sharutils/src/
H A DMakefile34 localedir = $(datadir)/locale
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dgutenprint-intl-internal.h54 #include <locale.h>
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype-info.c20 #include <locale/localeinfo.h>
22 /* Defined in locale/C-ctype.c. */
/haiku-fatelf/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcsmbsload.c22 #include <locale/localeinfo.h>
65 /* For the default locale we only have to handle ANSI_X3.4-1968. */
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dfwide_test.c6 #include <locale.h>
H A Dgnulib-test-btowc.c20 #include <locale.h>
29 /* configure should already have checked that the locale is supported. */
31 fprintf(stderr, "unable to set standard locale\n");
45 fprintf(stderr, "unable to set ISO8859-1 locale, skipping\n");
60 fprintf(stderr, "unable to set en_US.UTF-8 locale, skipping\n");
/haiku-fatelf/src/bin/network/wget/src/
H A Diri.c45 /* Note: locale encoding is kept in options struct (opt.locale) */
86 /* Find the locale used, or fall back on a default value */
113 /* Try opening an iconv_t descriptor for conversion from locale to UTF-8 */
120 /* Try converting string str from locale to UTF-8. Return a new string
129 if (!opt.locale)
131 logprintf (LOG_VERBOSE, _("locale_to_utf8: locale is unset\n"));
132 opt.locale = find_locale ();
135 if (!opt.locale || !strcasecmp (opt.locale, "ut
[all...]
/haiku-fatelf/src/kits/locale/
H A DDurationFormat.cpp99 BDurationFormat::SetLocale(const BLocale* locale) argument
101 status_t result = Inherited::SetLocale(locale);
105 return fTimeUnitFormat.SetLocale(locale);
H A DCurrency.cpp106 BCurrency::GetSymbol(char *symbol, size_t maxSize, BLocale *locale) argument
113 // TODO: get symbol from locale
123 BCurrency::GetSymbol(BString *symbol, BLocale *locale) argument
130 // TODO: get symbol from locale
H A DTimeUnitFormat.cpp83 BTimeUnitFormat::SetLocale(const BLocale* locale) argument
85 status_t result = Inherited::SetLocale(locale);
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dlocaleinfo.h1 /* Declarations for internal libc locale interfaces
30 /* This has to be changed whenever a new locale is defined. */
35 /* Magic number at the beginning of a locale data file for CATEGORY. */
46 /* Structure describing locale data in core for a category. */
58 const char *options; /* Extra options from the locale name,
59 not used in the path to the locale data. */
144 /* For each category declare the variable for the current locale data. */
161 /* Extract the current CATEGORY locale's string for ITEM. */
165 /* Extract the current CATEGORY locale's string for ITEM. */
169 /* Extract the current CATEGORY locale'
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-ps.c423 char *locale = stp_strdup(setlocale(LC_ALL, NULL)); local
428 setlocale(LC_ALL, locale);
429 stp_free(locale);
477 char *locale = stp_strdup(setlocale(LC_ALL, NULL)); local
482 setlocale(LC_ALL, locale);
483 stp_free(locale);
558 char *locale = stp_strdup(setlocale(LC_ALL, NULL)); local
563 setlocale(LC_ALL, locale);
564 stp_free(locale);
576 char *locale local
617 char *locale = stp_strdup(setlocale(LC_ALL, NULL)); local
653 char *locale; local
1169 char *locale; local
[all...]
/haiku-fatelf/src/bin/zip/
H A Dtailor.h252 # include <locale.h>
264 # define SETLOCALE(category, locale) setlocale(category, locale)
272 # define SETLOCALE(category, locale)

Completed in 273 milliseconds

12345678910