/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 95 (void) memcpy(bufend, thousands_sep, thousands_len); \ 541 const char *thousands_sep; in format_grouped_double() local 551 thousands_sep = lmon->mon_thousands_sep; in format_grouped_double() 552 if (*thousands_sep == '\0') in format_grouped_double() 553 thousands_sep = lnum->thousands_sep; in format_grouped_double() 556 thousands_len = strlen(thousands_sep); /* 0 or 1 usually */ in format_grouped_double()
|
H A D | lnumeric.h | 33 const char *thousands_sep; member
|
H A D | localeconv.c | 102 N_ASSIGN_STR(thousands_sep); in localeconv()
|
H A D | setlocale.c | 155 _numeric[1] = *lnum->thousands_sep; in install_legacy()
|
H A D | nl_langinfo.c | 138 ret = (char *)lnum->thousands_sep; in nl_langinfo_l()
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | numeric.c | 55 numeric.thousands_sep = str; in add_numeric_str() 98 (putl_category(numeric.thousands_sep, f) == EOF) || in dump_numeric()
|
/illumos-gate/usr/src/head/iso/ |
H A D | locale_iso.h | 62 char *thousands_sep; member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast_std.h | 86 char* thousands_sep; member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2339 dp->thousand = lp->thousands_sep && *lp->thousands_sep ? *(unsigned char*)lp->thousands_sep : -1; in set_numeric()
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | fields.c | 184 if (!xstreql(conv->thousands_sep, "")) { in field_initialize_separator() 185 numerical_separator = *conv->thousands_sep; in field_initialize_separator() 186 (void) mbtowc(&w_numerical_separator, conv->thousands_sep, in field_initialize_separator()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfhdr.h | 664 if(lv->thousands_sep && *lv->thousands_sep) \ 665 *(thousand) = *(unsigned char*)lv->thousands_sep; \
|
/illumos-gate/usr/src/cmd/locale/ |
H A D | locale.c | 331 {"thousands_sep", lc(thousands_sep, LC_NUMERIC, TYPE_STR) },
|
/illumos-gate/usr/src/data/locale/data/ |
H A D | gu_IN.UTF-8.src | 1237 thousands_sep "<COMMA>"
|
H A D | pa_IN.UTF-8.src | 1188 thousands_sep "<COMMA>"
|
H A D | te_IN.UTF-8.src | 1283 thousands_sep "<COMMA>"
|
H A D | th_TH.UTF-8.src | 1243 thousands_sep "<COMMA>"
|
H A D | hy_AM.UTF-8.src | 1311 thousands_sep "<NO-BREAK_SPACE>"
|
H A D | kn_IN.UTF-8.src | 1254 thousands_sep "<COMMA>"
|
H A D | or_IN.UTF-8.src | 1261 thousands_sep "<COMMA>"
|
H A D | si_LK.UTF-8.src | 1267 thousands_sep "<COMMA>"
|
H A D | as_IN.UTF-8.src | 1278 thousands_sep "<COMMA>"
|
H A D | bg_BG.ISO8859-5.src | 1393 thousands_sep "<NO-BREAK_SPACE>"
|
H A D | bn_BD.UTF-8.src | 1270 thousands_sep "<COMMA>"
|
H A D | bn_IN.UTF-8.src | 1270 thousands_sep "<COMMA>"
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 2621 thousep = *locptr->thousands_sep; in insert_thousands_sep()
|