Searched refs:locale (Results 151 - 175 of 243) sorted by relevance

12345678910

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dwcs_test.cpp10 #include <locale.h>
2428 test_coll(bool useWcsxfrm, const char* locale, const coll_data coll[]) argument
2430 setlocale(LC_COLLATE, locale);
2431 printf("%s in %s locale\n", useWcsxfrm ? "wcsxfrm" : "wcscoll", locale);
2609 test_wcsftime(const char* locale, const wcsftime_data data[]) argument
2611 setlocale(LC_TIME, locale);
2612 setlocale(LC_CTYPE, locale);
2613 printf("wcsftime for '%s'\n", locale);
3875 test_sprintf(const char* locale, cons argument
3942 test_swprintf(const char* locale, const swprintf_data data[]) argument
[all...]
H A Dgnulib-test-mbsnrtowcs.c21 #include <locale.h>
38 /* configure should already have checked that the locale is supported. */
40 fprintf(stderr, "unable to set standard locale\n");
98 "unable to set ISO8859-1 locale, skipping\n");
150 "unable to set UTF-8 locale, skipping\n");
207 "unable to set EUC-JP locale, skipping\n");
271 "unable to set GB18030 locale, skipping\n");
H A Dgnulib-test-mbsrtowcs.c21 #include <locale.h>
93 /* configure should already have checked that the locale is supported. */
95 fprintf(stderr, "unable to set standard locale\n");
149 "unable to set ISO8859-1 locale, skipping\n");
201 "unable to set UTF-8 locale, skipping\n");
258 "unable to set EUC-JP locale, skipping\n");
317 "unable to set GB18030 locale, skipping\n");
/haiku-fatelf/data/develop/
H A DJamfile-engine75 # Collects catalog keys for localization from sources into per-locale files
94 # Compiles .catkeys files into .catalog files, one per locale
128 # Copies .catalog files into system locale directory
137 mkdir -p "/boot/home/config/data/locale/catalogs/$(APP_MIME_SIG)" ;
139 /boot/home/config/data/locale/catalogs/$(APP_MIME_SIG)
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dlocalename.c1 /* localename.c - Determine the current selected locale. */
29 #include <locale.h>
379 /* Determine the current locale's name, and canonicalize it into XPG syntax
421 /* Return an XPG style locale name language[_territory][@modifier].
442 /* Use native Win32 API locale ID. */
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dmisc.c39 # include <locale.h>
H A Dterminal.c46 # include <locale.h>
/haiku-fatelf/src/bin/
H A Dcal.c41 #include <locale.h>
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h220 isdigit unless it's important to use the locale's definition
229 #include <locale.h>
/haiku-fatelf/src/bin/findutils/lib/
H A Dbuildcmd.c44 #include <locale.h>
/haiku-fatelf/src/bin/gawk/intl/
H A Dlocalename.c1 /* Determine the current selected locale.
27 #include <locale.h>
377 /* Determine the current locale's name, and canonicalize it into XPG syntax
419 /* Return an XPG style locale name language[_territory][@modifier].
440 /* Use native Win32 API locale ID. */
/haiku-fatelf/src/bin/gdb/readline/
H A Dterminal.c46 # include <locale.h>
H A Dreadline.c47 # include <locale.h>
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c51 #include <locale.h>
342 * Find the locale which is in effect.
351 * the locale which was actually initialized by the application.
366 * Check if we are running in a UTF-8 locale.
392 * Check for known broken cases where a UTF-8 locale breaks the alternate
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dlanginfo.h1 /* Access to locale-dependent parameters.
26 #include <bits/locale.h> /* Define the __LC_* category names. */
31 /* Construct an `nl_item' value for `nl_langinfo' from a locale category
42 /* Enumeration of locale items that can be queried with `nl_langinfo'. */
355 defined in <locale.h>. */
469 These also correspond to members of `struct lconv'; see <locale.h>. */
513 /* This interface is for the extended locale model. See <locale.h> for
516 /* Get locale datatype definition. */
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.h202 /* Show grouping in numbers if the locale information
208 means to use the `outdigits' of the current locale. */
H A Dprintf_fphex.c31 #include <locale/localeinfo.h>
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c41 # include <locale.h>
49 # include "../locale/localeinfo.h"
150 /* We use this code also for the extended locale handling where the
151 function gets as an additional argument the locale which has to be
249 /* The thousands character of the current locale. */
256 /* The numeric grouping specification of the current locale,
257 in the format described in <locale.h>. */
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrio.c129 # include <locale.h>
366 /* Maximal length of locale separator strings */
740 * UNIX98 says "in a locale where the radix character is not defined,
913 /* Error in locale */
/haiku-fatelf/src/kits/tracker/
H A DStatusWindow.cpp789 const BLocale* locale = BLocale::Default(); local
791 locale->FormatDateTime(timeText, sizeof(timeText), finishTime,
794 locale->FormatTime(timeText, sizeof(timeText), finishTime,
/haiku-fatelf/src/bin/diffutils/src/
H A Dcmp.c31 #include <hard-locale.h>
469 message is used only in the POSIX locale, so it
475 "byte" outside the POSIX locale. Some gettext
477 locale if certain other environment variables
479 available, or if outside the POSIX locale. */
/haiku-fatelf/src/bin/network/wget/src/
H A Drecur.c217 set_uri_encoding (i, opt.locale, true);
/haiku-fatelf/src/bin/unzip/
H A Dunzpriv.h305 # define DATE_FORMAT DF_MDY /* GRR: customize with locale.h somehow? */
1076 # include <locale.h>
1095 # define SETLOCALE(category, locale) setlocale(category, locale)
1106 # define SETLOCALE(category, locale)
2414 * resp. ISO 8859-1 on US and western Europe locale settings).
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diofwide.c39 # include <locale/localeinfo.h>
127 * selected locale for LC_CTYPE.
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrfmon.c32 #include <locale.h>
45 #define LOCALE_POSN 0x04 /* use locale defined +/- (default) */
168 case '+': /* use locale defined signs */
537 if (right_prec == CHAR_MAX) /* POSIX locale ? */

Completed in 210 milliseconds

12345678910