Home | History | Annotate | Download | only in stringlib

Lines Matching refs:unicode_tmp

951     Py_UNICODE *unicode_tmp = NULL;
1018 unicode_tmp = (Py_UNICODE*)PyMem_Malloc((n_digits)*sizeof(Py_UNICODE));
1019 if (unicode_tmp == NULL) {
1023 strtounicode(unicode_tmp, buf, n_digits);
1024 p = unicode_tmp;
1064 PyMem_Free(unicode_tmp);