Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1655 Py_UNICODE *shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
1672 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1754 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1802 p = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1586 Py_UNICODE *shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
1603 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1688 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1735 p = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()