thousands_sep 80 maint/gnulib/lib/human.c char const *grouping, char const *thousands_sep) thousands_sep 84 maint/gnulib/lib/human.c size_t thousands_seplen = strlen (thousands_sep); thousands_sep 114 maint/gnulib/lib/human.c memcpy (d, thousands_sep, thousands_seplen); thousands_sep 176 maint/gnulib/lib/human.c char const *thousands_sep = ""; thousands_sep 185 maint/gnulib/lib/human.c if (strlen (l->thousands_sep) <= MB_LEN_MAX) thousands_sep 186 maint/gnulib/lib/human.c thousands_sep = l->thousands_sep; thousands_sep 357 maint/gnulib/lib/human.c p = group_number (p, integerlim - p, grouping, thousands_sep); thousands_sep 93 maint/gnulib/lib/locale.in.h char *thousands_sep; thousands_sep 36 maint/gnulib/lib/localeconv.c result.thousands_sep = sys_result->thousands_sep; thousands_sep 377 maint/gnulib/lib/nl_langinfo.c return localeconv () ->thousands_sep; thousands_sep 55 maint/gnulib/tests/test-locale.c ls += sizeof (*l.thousands_sep); thousands_sep 39 maint/gnulib/tests/test-localeconv.c ASSERT (STREQ (l->thousands_sep, ""));