Lines Matching defs:grouping
246 /* This file defines a function to check for correct grouping. */
247 # include "grouping.h"
282 /* The numeric grouping specification of the current locale,
284 const char *grouping;
288 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
289 if (*grouping <= 0 || *grouping == CHAR_MAX)
290 grouping = NULL;
300 grouping = NULL;
304 grouping = NULL;
355 /* Find the end of the digit string and check its grouping. */
365 end = correctly_grouped_prefix (s, end, thousands, grouping);