Home | History | Annotate | Download | only in libmpdec

Lines Matching full:grouping

748     const char *cp = spec->grouping;
780 spec->grouping = "";
839 spec->grouping = "\003\003";
873 spec->grouping = lc->grouping;
951 * part according to spec->grouping. If leading zero padding is enabled
989 g = spec->grouping;
1037 /* If non-NUL, use the next value for grouping. */
1100 if (dot == NULL && (*spec->sep == '\0' || *spec->grouping == '\0')) {