Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h1115 Py_UNICODE *re_unicode_tmp = NULL; in format_complex_internal() local
1196 re_unicode_tmp = (Py_UNICODE*)PyMem_Malloc((n_re_digits)*sizeof(Py_UNICODE)); in format_complex_internal()
1197 if (re_unicode_tmp == NULL) { in format_complex_internal()
1201 strtounicode(re_unicode_tmp, re_buf, n_re_digits); in format_complex_internal()
1202 p_re = re_unicode_tmp; in format_complex_internal()
1295 PyMem_Free(re_unicode_tmp); in format_complex_internal()