Home | History | Annotate | Download | only in stringlib

Lines Matching refs:im_buf

1072     char *im_buf = NULL;       /* buffer returned from PyOS_double_to_string */

1168 im_buf = PyOS_double_to_string(im, (char)type, precision, flags,
1170 if (im_buf == NULL)
1174 n_im_digits = strlen(im_buf);
1192 strtounicode(im_unicode_tmp, im_buf, n_im_digits);
1196 p_im = im_buf;
1277 PyMem_Free(im_buf);