Searched refs:repunicode (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 1408 PyObject *repunicode = NULL; in unicode_decode_call_errorhandler() local 1444 if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type, &repunicode, &newpos)) in unicode_decode_call_errorhandler() 1457 repptr = PyUnicode_AS_UNICODE(repunicode); in unicode_decode_call_errorhandler() 1458 repsize = PyUnicode_GET_SIZE(repunicode); in unicode_decode_call_errorhandler() 3611 PyObject *repunicode; in unicode_encode_ucs1() local 3685 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler, in unicode_encode_ucs1() 3688 if (repunicode == NULL) in unicode_encode_ucs1() 3694 repsize = PyUnicode_GET_SIZE(repunicode); in unicode_encode_ucs1() 3700 Py_DECREF(repunicode); in unicode_encode_ucs1() 3708 for (uni2 = PyUnicode_AS_UNICODE(repunicode);repsize-->0; ++uni2, ++str) { in unicode_encode_ucs1() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 1466 PyObject *repunicode = NULL; in unicode_decode_call_errorhandler() local 1502 if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type, &repunicode, &newpos)) in unicode_decode_call_errorhandler() 1515 repptr = PyUnicode_AS_UNICODE(repunicode); in unicode_decode_call_errorhandler() 1516 repsize = PyUnicode_GET_SIZE(repunicode); in unicode_decode_call_errorhandler() 3655 PyObject *repunicode; in unicode_encode_ucs1() local 3733 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler, in unicode_encode_ucs1() 3736 if (repunicode == NULL) in unicode_encode_ucs1() 3742 repsize = PyUnicode_GET_SIZE(repunicode); in unicode_encode_ucs1() 3753 Py_DECREF(repunicode); in unicode_encode_ucs1() 3761 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2, ++str) { in unicode_encode_ucs1() [all …]
|