Home | History | Annotate | Download | only in stringlib

Lines Matching refs:p_im

1090     STRINGLIB_CHAR *p_im;

1202 p_im = im_unicode_tmp;
1205 p_im = im_buf;
1215 if (*p_im == '-') {
1216 im_sign_char = *p_im;
1217 ++p_im;
1224 parse_number(p_im, n_im_digits, &n_im_remainder, &im_has_decimal);
1249 n_im_total = calc_number_widths(&im_spec, 0, im_sign_char, p_im,
1276 fill_number(p, &im_spec, p_im, n_im_digits, NULL, 0, &locale, 0);