Lines Matching refs:GROUPING
241 /* This file defines a function to check for correct grouping. */
242 # include "grouping.h"
273 /* The numeric grouping specification of the current locale,
275 const char *grouping;
279 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
280 if (*grouping <= 0 || *grouping == CHAR_MAX)
281 grouping = NULL;
291 grouping = NULL;
295 grouping = NULL;
346 /* Find the end of the digit string and check its grouping. */
356 end = correctly_grouped_prefix (s, end, thousands, grouping);