Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1412 Py_UNICODE *repptr; in unicode_decode_call_errorhandler() local
1457 repptr = PyUnicode_AS_UNICODE(repunicode); in unicode_decode_call_errorhandler()
1469 Py_UNICODE_COPY(*outptr, repptr, repsize); in unicode_decode_call_errorhandler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1470 Py_UNICODE *repptr; in unicode_decode_call_errorhandler() local
1515 repptr = PyUnicode_AS_UNICODE(repunicode); in unicode_decode_call_errorhandler()
1533 Py_UNICODE_COPY(*outptr, repptr, repsize); in unicode_decode_call_errorhandler()