Home
last modified time | relevance | path

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

12345678

/titanic_44/usr/src/lib/libc/port/locale/
H A Dstrfmon.c95 (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 Dlnumeric.h33 const char *thousands_sep; member
H A Dlocaleconv.c102 N_ASSIGN_STR(thousands_sep); in localeconv()
H A Dsetlocale.c154 _numeric[1] = *lnum->thousands_sep; in install_legacy()
H A Dnl_langinfo.c138 ret = (char *)lnum->thousands_sep; in nl_langinfo_l()
/titanic_44/usr/src/cmd/localedef/
H A Dnumeric.c55 numeric.thousands_sep = str; in add_numeric_str()
98 (putl_category(numeric.thousands_sep, f) == EOF) || in dump_numeric()
/titanic_44/usr/src/head/iso/
H A Dlocale_iso.h62 char *thousands_sep; member
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dlocale.h105 char *thousands_sep; /* thousands separator character */ member
/titanic_44/usr/src/lib/libast/common/include/
H A Dast_std.h85 char* thousands_sep; member
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h94 char* thousands_sep; member
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h94 char* thousands_sep; member
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h94 char* thousands_sep; member
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h94 char* thousands_sep; member
/titanic_44/usr/src/lib/libast/common/comp/
H A Dsetlocale.c719 dp->thousand = lp->thousands_sep && *lp->thousands_sep ? *(unsigned char*)lp->thousands_sep : -1; in set_numeric()
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h651 if(thousand && lv->thousands_sep && *lv->thousands_sep) \
652 *(thousand) = *(unsigned char*)lv->thousands_sep; \
/titanic_44/usr/src/cmd/sort/common/
H A Dfields.c184 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()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c406 p = getstr(p, &lconvp->thousands_sep); in getlocale_numeric()
/titanic_44/usr/src/cmd/locale/
H A Dlocale.c333 {"thousands_sep", lc(thousands_sep, LC_NUMERIC, TYPE_STR) },
/titanic_44/usr/src/lib/libc/port/print/
H A Ddoprnt.c2628 thousep = *locptr->thousands_sep; in insert_thousands_sep()
/titanic_44/usr/src/cmd/localedef/data/
H A Dsi_LK.UTF-8.src1233 thousands_sep "<COMMA>"
H A Dth_TH.UTF-8.src1247 thousands_sep "<COMMA>"
H A Dgu_IN.UTF-8.src1225 thousands_sep "<COMMA>"
H A Dhy_AM.UTF-8.src1288 thousands_sep "<FULL_STOP>"
H A Dkn_IN.UTF-8.src1242 thousands_sep "<COMMA>"
H A Dpa_IN.UTF-8.src1190 thousands_sep "<COMMA>"

12345678