Lines Matching refs:grouping
557 const char *grouping; in ____STRTOF_INTERNAL() local
565 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in ____STRTOF_INTERNAL()
566 if (*grouping <= 0 || *grouping == CHAR_MAX) in ____STRTOF_INTERNAL()
567 grouping = NULL; in ____STRTOF_INTERNAL()
575 grouping = NULL; in ____STRTOF_INTERNAL()
581 grouping = NULL; in ____STRTOF_INTERNAL()
587 grouping = NULL; in ____STRTOF_INTERNAL()
697 grouping = NULL; in ____STRTOF_INTERNAL()
758 grouping); in ____STRTOF_INTERNAL()
761 grouping); in ____STRTOF_INTERNAL()
804 if (__builtin_expect (grouping != NULL, 0) && cp > start_of_digits) in ____STRTOF_INTERNAL()
809 grouping); in ____STRTOF_INTERNAL()
812 grouping); in ____STRTOF_INTERNAL()