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));
238 char* r = new_string(begin, t - begin);
245 r = new_string(q, strlen(q));
381 tok->encoding = new_string("utf-8", 5); /* resulting is in utf-8 */
820 converted = new_string(PyString_AS_STRING(utf8),
830 tok->encoding = new_string(encoding, strlen(encoding));