Searched refs:thousands_sep (Results 1 – 8 of 8) sorted by relevance
45 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.
112 const char *thousands_sep; member
314 ret = (char*) __get_numeric_locale (locale)->thousands_sep; in nl_langinfo_l()
78 char *thousands_sep; member
382 wchar_t thousands_sep = L'\0'; in VFWPRINTF() local658 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()
416 char *thousands_sep = NULL; in VFPRINTF() local709 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()
4904 and thousands_sep if __HAVE_LOCALE_INFO_EXTENDED__ is defined.