Lines Matching defs:grouping
405 const char *grouping;
421 any grouping chars. */
544 to special case it because the grouping code always wants
553 locale->grouping, locale->thousands_sep, &grouping_maxchar);
652 locale->grouping, locale->thousands_sep, NULL);
700 grouping description, either for the current locale if type is
715 /* localeconv() grouping can become a dangling pointer or point
718 locale_info->grouping_buffer = _PyMem_Strdup(lc->grouping);
723 locale_info->grouping = locale_info->grouping_buffer;
735 locale_info->grouping = "\3"; /* Group every 3 characters. The
739 locale_info->grouping = "\4"; /* Bin/oct/hex group every four. */
746 locale_info->grouping = no_grouping;
1006 /* Determine the grouping, separator, and decimal point, if any. */
1156 /* Determine the grouping, separator, and decimal point, if any. */
1337 /* Determine the grouping, separator, and decimal point, if any. */