Lines Matching refs:thousands

309   wint_t thousands;  in __vfwscanf_internal()  local
311 const char *thousands; in __vfwscanf_internal() local
363 thousands = _NL_CURRENT_WORD (LC_NUMERIC, _NL_NUMERIC_THOUSANDS_SEP_WC); in __vfwscanf_internal()
365 thousands = curnumeric->values[_NL_ITEM_INDEX (THOUSANDS_SEP)].string; in __vfwscanf_internal()
366 if (*thousands == '\0') in __vfwscanf_internal()
367 thousands = NULL; in __vfwscanf_internal()
512 if (thousands != L'\0') in __vfwscanf_internal()
514 if (thousands != NULL) in __vfwscanf_internal()
1673 if (c != thousands) in __vfwscanf_internal()
1676 const char *cmpp = thousands; in __vfwscanf_internal()
1702 if (cmpp > thousands) in __vfwscanf_internal()
1704 charbuf.current -= cmpp - thousands; in __vfwscanf_internal()
1706 while (--cmpp > thousands) in __vfwscanf_internal()
1746 if (c != thousands) in __vfwscanf_internal()
1749 const char *cmpp = thousands; in __vfwscanf_internal()
1775 if (cmpp > thousands) in __vfwscanf_internal()
1777 charbuf.current -= cmpp - thousands; in __vfwscanf_internal()
1779 while (--cmpp > thousands) in __vfwscanf_internal()
2077 else if ((flags & GROUP) != 0 && ! got_dot && c == thousands) in __vfwscanf_internal()
2119 const char *cmp2p = thousands; in __vfwscanf_internal()
2123 while (cmp2p - thousands < cmpp - decimal in __vfwscanf_internal()
2124 && *cmp2p == decimal[cmp2p - thousands]) in __vfwscanf_internal()
2126 if (cmp2p - thousands == cmpp - decimal) in __vfwscanf_internal()
2143 for (cmpp = thousands; *cmpp != '\0'; ++cmpp) in __vfwscanf_internal()
2258 size_t thousands_len = strlen (thousands); in __vfwscanf_internal()
2260 memcpy (mbdigits[10], thousands, in __vfwscanf_internal()
2313 char_buffer_add (&charbuf, thousands); in __vfwscanf_internal()
2355 for (cmpp = thousands; *cmpp != '\0'; in __vfwscanf_internal()