Home | History | Annotate | Download | only in lib

Lines Matching defs:grouping

238 /* This file defines a function to check for correct grouping.  */
239 # include "grouping.h"
270 /* The numeric grouping specification of the current locale,
272 const char *grouping;
276 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
277 if (*grouping <= 0 || *grouping == CHAR_MAX)
278 grouping = NULL;
288 grouping = NULL;
292 grouping = NULL;
343 /* Find the end of the digit string and check its grouping. */
353 end = correctly_grouped_prefix (s, end, thousands, grouping);