Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dlocaleconv.c46 lconv->thousands_sep = (char *) n->thousands_sep; in __localeconv_l()
Dlocale.tex53 @item char *thousands_sep
81 Similar to @code{thousands_sep}, but used for amounts of money.
Dsetlocale.h100 const char *thousands_sep; member
Dnl_langinfo.c255 ret = (char*) __get_numeric_locale (locale)->thousands_sep; in nl_langinfo_l()
/picolibc-latest/newlib/libc/include/
Dlocale.h61 char *thousands_sep; member
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c380 wchar_t thousands_sep = L'\0'; in VFWPRINTF() local
656 thousands_sep = *__get_current_numeric_locale ()->wthousands_sep; in VFWPRINTF()
662 nconv = mbrtowc (&thousands_sep, in VFWPRINTF()
663 localeconv ()->thousands_sep, in VFWPRINTF()
666 thousands_sep = L'\0'; in VFWPRINTF()
670 thousands_sep = (wchar_t) *localeconv ()->thousands_sep; in VFWPRINTF()
673 if (thousands_sep && grouping && *grouping) in VFWPRINTF()
1335 *--cp = thousands_sep; in VFWPRINTF()
1460 PRINT (&thousands_sep, 1); in VFWPRINTF()
Dvfprintf.c411 char *thousands_sep = NULL; in VFPRINTF() local
704 thousands_sep = localeconv ()->thousands_sep; in VFPRINTF()
705 thsnd_len = strlen (thousands_sep); in VFPRINTF()
1356 strncpy (cp, thousands_sep, in VFPRINTF()
1482 PRINT(thousands_sep, thsnd_len); in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-20154904 and thousands_sep if __HAVE_LOCALE_INFO_EXTENDED__ is defined.