Home | History | Annotate | Download | only in stringlib

Lines Matching refs:im_buf

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

1177 im_buf = PyOS_double_to_string(im, (char)type, precision, flags,
1179 if (im_buf == NULL)
1183 n_im_digits = strlen(im_buf);
1201 strtounicode(im_unicode_tmp, im_buf, n_im_digits);
1205 p_im = im_buf;
1285 PyMem_Free(im_buf);