Home | History | Annotate | Download | only in lib

Lines Matching refs:grouping

224 /* This file defines a function to check for correct grouping.  */
225 # include "grouping.h"
256 /* The numeric grouping specification of the current locale,
258 const char *grouping;
262 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
263 if (*grouping <= 0 || *grouping == CHAR_MAX)
264 grouping = NULL;
274 grouping = NULL;
278 grouping = NULL;
329 /* Find the end of the digit string and check its grouping. */
339 end = correctly_grouped_prefix (s, end, thousands, grouping);