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

12345

/haiku/src/tests/system/libroot/posix/
H A Dgnulib-test-wcsrtombs.c21 #include <locale.h>
96 fprintf(stderr, "unable to set ISO8859-1 locale, skipping\n");
132 fprintf(stderr, "unable to set UTF-8 locale, skipping\n");
180 fprintf(stderr, "unable to set EUC-JP locale, skipping\n");
225 fprintf(stderr, "unable to set GB18030 locale, skipping\n");
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/src/kits/support/
H A DDateTime.cpp1024 const BLocale* locale = BLocaleRoster::Default()->GetDefaultLocale(); local
1025 BDateFormat format(locale);
1054 const BLocale* locale = BLocaleRoster::Default()->GetDefaultLocale(); local
1055 BDateFormat format(locale);
/haiku/src/system/libroot/posix/musl/time/
H A Dstrftime.c5 #include <locale.h>
/haiku/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/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>
H A Dvfprintf.c31 #include <locale/localeinfo.h>
1359 `outdigits' as determined by the current locale. */
1972 /* Group the digits according to the grouping rules of the current locale.
1973 The interpretation of GROUPING is as in `struct lconv' from <locale.h>. */
H A Dprintf_fp.c37 #include <locale/localeinfo.h>
H A Dvfscanf.c31 #include <locale/localeinfo.h>
65 #define I18N 0x400 /* I: use locale's digits */
291 /* The thousands character of the current locale. */
502 and the signal to use the locale's digit representation. */
/haiku/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>. */
H A Dstrtod.c58 #include "../locale/localeinfo.h"
59 #include <locale.h>
77 /* We use this code also for the extended locale handling where the
78 function gets as an additional argument the locale which has to be
474 /* The radix character of the current locale. */
481 /* The thousands character of the current locale. */
487 /* The numeric grouping specification of the current locale,
488 in the format described in <locale.h>. */
529 /* Find the locale's decimal point character. */
/haiku/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/src/system/libroot/posix/glibc/libio/
H A Diofwide.c39 # include <locale/localeinfo.h>
127 * selected locale for LC_CTYPE.
H A Dgenops.c1195 _IO_default_imbue (fp, locale)
1197 void *locale;
/haiku/src/bin/network/telnetd/
H A Dutility.c43 #include <locale.h>
/haiku/src/system/libroot/posix/wchar/
H A Dwcwidth.c18 #include <locale.h>
/haiku/src/apps/deskbar/
H A DBarApp.cpp39 #include <locale.h>
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c154 #include <locale.h>
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1107 /* The search can be in single byte locale. */
3390 # include <locale/weight.h>
H A Dregexec.c3838 # include <locale/weight.h>

Completed in 321 milliseconds

12345