Home
last modified time | relevance | path

Searched refs:im_unicode_tmp (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dformatter.h1116 Py_UNICODE *im_unicode_tmp = NULL; in format_complex_internal() local
1204 im_unicode_tmp = (Py_UNICODE*)PyMem_Malloc((n_im_digits)*sizeof(Py_UNICODE)); in format_complex_internal()
1205 if (im_unicode_tmp == NULL) { in format_complex_internal()
1209 strtounicode(im_unicode_tmp, im_buf, n_im_digits); in format_complex_internal()
1210 p_im = im_unicode_tmp; in format_complex_internal()
1296 PyMem_Free(im_unicode_tmp); in format_complex_internal()