Searched refs:thousands_sep (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/libc/locale/
H A Dlnumeric.h40 const char *thousands_sep; member in struct:lc_numeric_T
H A Dlnumeric.c48 "", /* thousands_sep */
120 "thousands_sep = %s\n"
123 _numeric_locale.thousands_sep,
H A Dlocaleconv.c106 N_ASSIGN_STR(thousands_sep);
H A Dnl_langinfo.c146 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
/barrelfish-2018-10-04/include/
H A Dlocale.h40 char *thousands_sep; member in struct:lconv
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_int.c264 char thousands_sep; /* locale specific thousands separator */ local
276 thousands_sep = *(localeconv()->thousands_sep);
280 thousands_sep = 0;
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
H A Dxprintf_float.c174 char thousands_sep; /* locale specific thousands separator */ local
185 thousands_sep = *(localeconv()->thousands_sep);
389 ret += __printf_puts(io, &thousands_sep, 1);
H A Dvfprintf.c83 char *thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
84 int thousep_len; /* length of thousands_sep */
103 gs->thousands_sep = locale->thousands_sep;
104 gs->thousep_len = strlen(gs->thousands_sep);
140 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale))
H A Dvfwprintf.c85 wchar_t thousands_sep; /* locale-specific thousands separator */ member in struct:grouping_state
116 nconv = mbrtowc(&thousep, localeconv_l(locale)->thousands_sep,
133 gs->thousands_sep = get_thousep(locale);
169 if (io_print(iop, &gs->thousands_sep, 1, locale))
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dstrfmon.c93 *--bufend = thousands_sep; \
538 char thousands_sep; local
546 thousands_sep = *lc->mon_thousands_sep;
547 if (thousands_sep == '\0')
548 thousands_sep = *lc->thousands_sep;
599 thousands_sep != '\0' && /* XXX: need investigation */
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp4294 if (*lc->thousands_sep)
4295 __thousands_sep_ = *lc->thousands_sep;
4337 if (*lc->thousands_sep)
4338 __thousands_sep_ = *lc->thousands_sep;

Completed in 117 milliseconds