Lines Matching refs:lconvp
374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale)
403 p = getstr(p, &lconvp->decimal_point);
406 p = getstr(p, &lconvp->thousands_sep);
409 p = getgrouping(p, &lconvp->grouping);
424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale)
453 p = getstr(p, &lconvp->int_curr_symbol);
456 p = getstr(p, &lconvp->currency_symbol);
459 p = getstr(p, &lconvp->mon_decimal_point);
462 p = getstr(p, &lconvp->mon_thousands_sep);
465 p = getgrouping(p, &lconvp->mon_grouping);
468 p = getstr(p, &lconvp->positive_sign);
471 p = getstr(p, &lconvp->negative_sign);
474 p = getnum(p, &lconvp->frac_digits);
477 p = getbool(p, &lconvp->p_cs_precedes);
480 p = getbool(p, &lconvp->p_sep_by_space);
483 p = getbool(p, &lconvp->n_cs_precedes);
486 p = getbool(p, &lconvp->n_sep_by_space);
489 p = getnum(p, &lconvp->p_sign_posn);
492 p = getnum(p, &lconvp->n_sign_posn);