Lines Matching defs:thousands_sep
125 wchar_t thousands_sep, int ngroups);
141 const char *thousands_sep = NULL;
302 thousands_sep = nl_langinfo (THOUSANDS_SEP);
304 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
305 if (*thousands_sep == '\0')
325 thousands_sep = nl_langinfo (THOUSANDS_SEP);
327 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
329 if (*thousands_sep == '\0')
348 thousands_sep = lc->thousands_sep;
350 thousands_sep = lc->mon_thousands_sep;
352 if (thousands_sep == NULL || *thousands_sep == '\0')
1177 if (thousands_sep == NULL)
1180 thousands_sep_len = strlen (thousands_sep);
1206 memcpy (cp, thousands_sep, thousands_sep_len), cp += thousands_sep_len;
1283 const char *grouping, wchar_t thousands_sep, int ngroups)
1301 *p-- = thousands_sep;