Home | History | Annotate | Download | only in Parser

Lines Matching refs:new_string

134 new_string(const char *s, Py_ssize_t len)

161 return new_string(str, strlen(str));
237 char* r = new_string(begin, t - begin);
241 r = new_string(q, strlen(q));
377 tok->encoding = new_string("utf-8", 5); /* resulting is in utf-8 */
816 converted = new_string(PyString_AS_STRING(utf8),
826 tok->encoding = new_string(encoding, strlen(encoding));