Searched refs:thousands_sep (Results 1 – 8 of 8) sorted by relevance
46 lconv->thousands_sep = (char *) n->thousands_sep; in __localeconv_l()
53 @item char *thousands_sep81 Similar to @code{thousands_sep}, but used for amounts of money.
100 const char *thousands_sep; member
255 ret = (char*) __get_numeric_locale (locale)->thousands_sep; in nl_langinfo_l()
61 char *thousands_sep; member
380 wchar_t thousands_sep = L'\0'; in VFWPRINTF() local656 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()
411 char *thousands_sep = NULL; in VFPRINTF() local704 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()
4904 and thousands_sep if __HAVE_LOCALE_INFO_EXTENDED__ is defined.