Home | History | Annotate | Download | only in stringlib

Lines Matching refs:p_im

1098     STRINGLIB_CHAR *p_im;
1210 p_im = im_unicode_tmp;
1213 p_im = im_buf;
1223 if (*p_im == '-') {
1224 im_sign_char = *p_im;
1225 ++p_im;
1232 parse_number(p_im, n_im_digits, &n_im_remainder, &im_has_decimal);
1257 n_im_total = calc_number_widths(&im_spec, 0, im_sign_char, p_im,
1284 fill_number(p, &im_spec, p_im, n_im_digits, NULL, 0, &locale, 0);