Lines Matching refs:grouping
249 const char *grouping; in INTERNAL() local
253 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in INTERNAL()
254 if (*grouping <= 0 || *grouping == CHAR_MAX) in INTERNAL()
255 grouping = NULL; in INTERNAL()
265 grouping = NULL; in INTERNAL()
273 grouping = NULL; in INTERNAL()
279 grouping = NULL; in INTERNAL()
325 grouping = NULL; in INTERNAL()
327 if (__glibc_unlikely (grouping != NULL)) 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()
439 else if (grouping && (wchar_t) c == thousands) in INTERNAL()