Lines Matching refs:thousands
242 wchar_t thousands = L'\0'; in INTERNAL() local
244 const char *thousands = NULL; in INTERNAL() local
261 thousands = _NL_CURRENT_WORD (LC_NUMERIC, in INTERNAL()
264 if (thousands == L'\0') in INTERNAL()
268 thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in INTERNAL()
270 if (*thousands == '\0') in INTERNAL()
272 thousands = NULL; in INTERNAL()
330 thousands_len = strlen (thousands); in INTERNAL()
337 *s != thousands in INTERNAL()
340 if (thousands[cnt] != end[cnt]) in INTERNAL()
349 && (wchar_t) c != thousands in INTERNAL()
352 if (thousands[cnt] != end[cnt]) in INTERNAL()
361 end = __correctly_grouped_prefixwc (s, end, thousands, grouping); in INTERNAL()
363 end = __correctly_grouped_prefixmb (s, end, thousands, grouping); in INTERNAL()
391 else if (grouping && (wchar_t) c == thousands) in INTERNAL()
397 if (thousands[cnt] != s[cnt]) in INTERNAL()
439 else if (grouping && (wchar_t) c == thousands) in INTERNAL()
445 if (thousands[cnt] != s[cnt]) in INTERNAL()