Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dlocaleconv.c45 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.h112 const char *thousands_sep; member
Dnl_langinfo.c314 ret = (char*) __get_numeric_locale (locale)->thousands_sep; in nl_langinfo_l()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dlocale.h78 char *thousands_sep; member
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfwprintf.c382 wchar_t thousands_sep = L'\0'; in VFWPRINTF() local
658 thousands_sep = *__get_current_numeric_locale ()->wthousands_sep; in VFWPRINTF()
664 nconv = mbrtowc (&thousands_sep, in VFWPRINTF()
665 localeconv ()->thousands_sep, in VFWPRINTF()
668 thousands_sep = L'\0'; in VFWPRINTF()
672 thousands_sep = (wchar_t) *localeconv ()->thousands_sep; in VFWPRINTF()
675 if (thousands_sep && grouping && *grouping) in VFWPRINTF()
1337 *--cp = thousands_sep; in VFWPRINTF()
1462 PRINT (&thousands_sep, 1); in VFWPRINTF()
Dvfprintf.c416 char *thousands_sep = NULL; in VFPRINTF() local
709 thousands_sep = localeconv ()->thousands_sep; in VFPRINTF()
710 thsnd_len = strlen (thousands_sep); in VFPRINTF()
1361 strncpy (cp, thousands_sep, in VFPRINTF()
1487 PRINT(thousands_sep, thsnd_len); in VFPRINTF()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20154904 and thousands_sep if __HAVE_LOCALE_INFO_EXTENDED__ is defined.