Home | History | Annotate | Download | only in gnulib-lib

Lines Matching defs:grouping

228 /* This file defines a function to check for correct grouping.  */
229 # include "grouping.h"
260 /* The numeric grouping specification of the current locale,
262 const char *grouping;
266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
267 if (*grouping <= 0 || *grouping == CHAR_MAX)
268 grouping = NULL;
278 grouping = NULL;
282 grouping = NULL;
333 /* Find the end of the digit string and check its grouping. */
343 end = correctly_grouped_prefix (s, end, thousands, grouping);