Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtokenizer.c583 translate_into_utf8(const char* str, const char* enc) { in translate_into_utf8() function
662 utf8 = translate_into_utf8(str, tok->enc); in decode_str()
691 utf8 = translate_into_utf8(str, tok->enc); in decode_str()
870 PyObject *u = translate_into_utf8(newtok, tok->encoding); in tok_underflow_interactive()