Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1660 Py_UNICODE *shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
1677 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1760 shiftOutStart = p; in PyUnicode_DecodeUTF7Stateful()
1809 p = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()