Searched refs:locale (Results 101 - 125 of 243) sorted by relevance

12345678910

/haiku-fatelf/src/bin/gdb/readline/
H A Dnls.c43 # include <locale.h>
55 If a locale name in this list is the value for the LC_ALL, LC_CTYPE,
89 /* Set the LC_CTYPE locale category from environment variables. */
174 /* Isolate codeset portion of locale specification. */
/haiku-fatelf/src/bin/sharutils/lib/
H A Dsystem.h175 # include <locale.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/strftime/
H A D2-1.c17 #include <locale.h>
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtst-fgetws.c5 #include <locale.h>
27 puts("This program runs on de_DE.UTF-8 locale.");
29 fprintf(stderr, "Err: Cannot run on the de_DE.UTF-8 locale");
H A Dtst-swscanf.c1 #include <locale.h>
48 printf("cannot set locale \"%s\": %m\n", loc);
52 printf("\nnew locale: \"%s\"\n", loc);
H A Dtst-wprintf2.c4 #include <locale.h>
H A Dtst-btowc.c20 #include <locale.h>
24 /* Currently selected locale. */
87 puts("cannot set locale \"C\"");
103 printf("locale '%s' ok\n", current_locale);
108 puts("cannot set locale \"en_US.ANSI_X3.4-1968\"");
124 printf("locale '%s' ok\n", current_locale);
129 puts("cannot set locale \"de_DE.ISO-8859-1\"");
142 printf("locale '%s' ok\n", current_locale);
147 puts("cannot set locale \"de_DE.UTF-8\"");
163 printf("locale '
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dxenix-link.sh78 getcwd.o siglist.o vprint.o oslib.o list.o stringlib.o locale.o \
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h242 # include <locale.h>
244 # define setlocale(category, locale)
278 Prefer ISDIGIT to isdigit unless it's important to use the locale's
/haiku-fatelf/src/bin/network/wget/src/
H A Dmain.c41 # include <locale.h>
104 /* Set the current locale. */
1108 if (opt.locale && !check_encoding_name (opt.locale))
1109 opt.locale = NULL;
1111 if (!opt.locale)
1112 opt.locale = find_locale ();
1118 if (opt.enable_iri || opt.locale || opt.encoding_remote)
1269 set_uri_encoding (iri, opt.locale, true);
H A Dretr.c663 set_uri_encoding (pi, opt.locale, true);
902 /* sXXXav : Assume filename and links in the file are in the locale */
903 set_uri_encoding (iri, opt.locale, true);
904 set_content_encoding (iri, opt.locale);
933 if (iri->content_encoding != opt.locale)
/haiku-fatelf/src/kits/locale/
H A DCollator.cpp37 BCollator::BCollator(const char* locale, int8 strength, bool ignorePunctuation) argument
43 fICUCollator = Collator::createInstance(locale, error);
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUCollateData.cpp36 ICUCollateData::SetTo(const Locale& locale, const char* posixLocaleName) argument
38 status_t result = inherited::SetTo(locale, posixLocaleName);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex_internal.h39 # include <locale.h>
61 # include <locale/localeinfo.h>
62 # include <locale/elem-hash.h>
63 # include <locale/coll-lookup.h>
839 # include <locale/weight.h>
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.h36 # include <locale.h>
58 # include <locale/localeinfo.h>
59 # include <locale/elem-hash.h>
60 # include <locale/coll-lookup.h>
838 # include <locale/weight.h>
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.h43 # include <locale.h>
60 # include <locale/localeinfo.h>
61 # include <locale/elem-hash.h>
62 # include <locale/coll-lookup.h>
734 # include <locale/weight.h>
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h34 # include <locale.h>
65 # include <locale/localeinfo.h>
66 # include <locale/elem-hash.h>
67 # include <locale/coll-lookup.h>
749 # include <locale/weight.h>
/haiku-fatelf/headers/private/libroot/locale/
H A DLocaleBackend.h55 // struct used by glibc to store numeric locale data
118 virtual const char* SetLocale(int category, const char* locale) = 0;
/haiku-fatelf/src/bin/gawk/intl/
H A DMakefile35 localedir = $(datadir)/locale
126 config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
290 test -f $(DESTDIR)$(localedir)/locale.alias \
291 && orig=$(DESTDIR)$(localedir)/locale.alias \
292 || orig=$(srcdir)/locale.alias; \
293 temp=$(DESTDIR)$(localedir)/t-locale.alias; \
294 dest=$(DESTDIR)$(localedir)/locale.alias; \
383 if test -f $(DESTDIR)$(localedir)/locale.alias; then \
384 temp=$(DESTDIR)$(localedir)/t-locale.alias; \
385 dest=$(DESTDIR)$(localedir)/locale
[all...]
H A Dlibgnuintl.h22 #include <locale.h>
24 /* The LC_MESSAGES locale category is the category used by the functions
27 On Solaris, <locale.h> defines __LOCALE_H (or _LOCALE_H in Solaris 2.5)
116 LC_MESSAGES locale. If not found, returns MSGID itself (the default
133 LC_MESSAGES locale. */
150 locale. */
254 in DIRNAME rather than in the system locale data base. */
H A Dlibintl.h22 #include <locale.h>
24 /* The LC_MESSAGES locale category is the category used by the functions
27 On Solaris, <locale.h> defines __LOCALE_H (or _LOCALE_H in Solaris 2.5)
116 LC_MESSAGES locale. If not found, returns MSGID itself (the default
133 LC_MESSAGES locale. */
150 locale. */
254 in DIRNAME rather than in the system locale data base. */
/haiku-fatelf/src/bin/patch/
H A Dargmatch.c29 # include <locale.h>
/haiku-fatelf/src/bin/
H A Dwatch.c25 #include <locale.h>
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_num.c18 #include <locale.h>
/haiku-fatelf/src/libs/ncurses/test/
H A Dtest.priv.h158 #include <locale.h>

Completed in 239 milliseconds

12345678910