Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c952 Py_UNICODE *ucopy; in PyUnicode_FromFormatV() local
957 ucopy = PyUnicode_AS_UNICODE(*callresult); in PyUnicode_FromFormatV()
960 *s++ = ucopy[upos++]; in PyUnicode_FromFormatV()