Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c3569 PyObject *resunicode; in unicode_encode_call_errorhandler() local
3592 &resunicode, newpos)) { in unicode_encode_call_errorhandler()
3603 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()
3605 return resunicode; in unicode_encode_call_errorhandler()
4890 PyObject *resunicode; in unicode_translate_call_errorhandler() local
4913 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()
4926 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()
4928 return resunicode; in unicode_translate_call_errorhandler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c3525 PyObject *resunicode; in unicode_encode_call_errorhandler() local
3548 &resunicode, newpos)) { in unicode_encode_call_errorhandler()
3559 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()
3561 return resunicode; in unicode_encode_call_errorhandler()
4797 PyObject *resunicode; in unicode_translate_call_errorhandler() local
4820 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()
4833 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()
4835 return resunicode; in unicode_translate_call_errorhandler()