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

/freebsd-10-stable/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.c132 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
/freebsd-10-stable/include/
H A Dlocale.h40 char *thousands_sep; member in struct:lconv
/freebsd-10-stable/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))
/freebsd-10-stable/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 */
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsnprintf.c1387 if (lc->thousands_sep != NULL)
1388 for (i = 0; lc->thousands_sep[i] != '\0'; i++)
1389 OUTCHAR(str, *len, size, lc->thousands_sep[i]);
1404 if (lc->thousands_sep != NULL) {
1405 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++)
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c335 conv_mbtowc(&symbol_thousands_sep, lc->thousands_sep,
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1740 thousands_sep() const function in class:numpunct
2000 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2059 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2098 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2327 * and numpunct::thousands_sep(). The decimal point character used is
2390 * and numpunct::thousands_sep(). The decimal point character used is
3698 thousands_sep() const function in class:moneypunct
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp4243 if (*lc->thousands_sep)
4244 __thousands_sep_ = *lc->thousands_sep;
4286 if (*lc->thousands_sep)
4287 __thousands_sep_ = *lc->thousands_sep;
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure6916 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
/freebsd-10-stable/contrib/ntp/
H A Dconfigure16244 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>

Completed in 276 milliseconds