Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dtokenizer.c606 translate_into_utf8(const char* str, const char* enc) { in translate_into_utf8() function
685 utf8 = translate_into_utf8(str, tok->enc); in decode_str()
713 utf8 = translate_into_utf8(str, tok->enc); in decode_str()
864 PyObject *u = translate_into_utf8(newtok, tok->encoding); in tok_nextc()
/external/python/cpython2/Parser/
Dtokenizer.c613 translate_into_utf8(const char* str, const char* enc) { in translate_into_utf8() function
688 utf8 = translate_into_utf8(str, tok->enc); in decode_str()
718 utf8 = translate_into_utf8(str, tok->enc); in decode_str()