Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/stdio/
H A Dxprintf_int.c264 char thousands_sep; /* locale specific thousands separator */ in __printf_render_int() local
276 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_int()
280 thousands_sep = 0; in __printf_render_int()
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
H A Dxprintf_float.c174 char thousands_sep; /* locale specific thousands separator */ in __printf_render_float() local
185 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_float()
389 ret += __printf_puts(io, &thousands_sep, 1); in __printf_render_float()
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c95 memcpy(bufend, thousands_sep, thousands_sep_size); \
532 const char *thousands_sep; in __format_grouped_double() local
542 thousands_sep = lc->mon_thousands_sep; in __format_grouped_double()
543 if (*thousands_sep == '\0') in __format_grouped_double()
544 thousands_sep = lc->thousands_sep; in __format_grouped_double()
547 thousands_sep_size = strlen(thousands_sep); in __format_grouped_double()
/freebsd/usr.bin/localedef/
H A Dnumeric.c69 numeric.thousands_sep = str; in add_numeric_str()
112 (putl_category(numeric.thousands_sep, f) == EOF) || in dump_numeric()
/freebsd/usr.bin/locale/tests/
H A Dlocale_test.sh67 thousands_sep \
134 thousands_sep \
H A Dk_flag_posix_numeric.out2 thousands_sep=""
/freebsd/lib/libc/locale/
H A Dlnumeric.h40 const char *thousands_sep; member
/freebsd/share/numericdef/
H A Duk_UA.KOI8-U.src9 # thousands_sep
H A Den_US.US-ASCII.src9 # thousands_sep
H A Den_ZA.US-ASCII.src9 # thousands_sep
H A Dhi_IN.ISCII-DEV.src9 # thousands_sep
H A Dit_CH.ISO8859-15.src9 # thousands_sep
H A Dru_RU.CP866.src9 # thousands_sep
H A Dtr_TR.ISO8859-9.src9 # thousands_sep
H A Duk_UA.ISO8859-5.src9 # thousands_sep
H A Dzh_CN.GB2312.src9 # thousands_sep
H A Dzh_CN.GBK.src9 # thousands_sep
H A Dzh_CN.eucCN.src9 # thousands_sep
/freebsd/share/numericdef_unicode/
H A Dit_CH.UTF-8.src9 # thousands_sep
H A Den_US.UTF-8.src9 # thousands_sep
H A Dfa_IR.UTF-8.src9 # thousands_sep
H A Dfr_FR.UTF-8.src9 # thousands_sep
H A Dhi_IN.UTF-8.src9 # thousands_sep
H A Dtr_TR.UTF-8.src9 # thousands_sep
H A Duk_UA.UTF-8.src9 # thousands_sep

12