Home | History | Annotate | Download | only in stringlib

Lines Matching refs:im_buf

1083     char *im_buf = NULL;       /* buffer returned from PyOS_double_to_string */
1185 im_buf = PyOS_double_to_string(im, (char)type, precision, flags,
1187 if (im_buf == NULL)
1191 n_im_digits = strlen(im_buf);
1209 strtounicode(im_unicode_tmp, im_buf, n_im_digits);
1213 p_im = im_buf;
1293 PyMem_Free(im_buf);