Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c1669 PyObject *unicode_text = PyUnicode_DecodeUTF8(text, len, "replace"); in dec_utf8() local
1670 if (unicode_text) { in dec_utf8()
1671 ret = PyUnicode_AsEncodedString(unicode_text, enc, "replace"); in dec_utf8()
1672 Py_DECREF(unicode_text); in dec_utf8()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c1698 PyObject *unicode_text = PyUnicode_DecodeUTF8(text, len, "replace"); in dec_utf8() local
1699 if (unicode_text) { in dec_utf8()
1700 ret = PyUnicode_AsEncodedString(unicode_text, enc, "replace"); in dec_utf8()
1701 Py_DECREF(unicode_text); in dec_utf8()