Home | History | Annotate | Download | only in stringlib

Lines Matching refs:p_im

1087     STRINGLIB_CHAR *p_im;

1193 p_im = im_unicode_tmp;
1196 p_im = im_buf;
1206 if (*p_im == '-') {
1207 im_sign_char = *p_im;
1208 ++p_im;
1215 parse_number(p_im, n_im_digits, &n_im_remainder, &im_has_decimal);
1240 n_im_total = calc_number_widths(&im_spec, 0, im_sign_char, p_im,
1268 fill_number(p, &im_spec, p_im, n_im_digits, NULL, 0, &locale, 0);