Home
last modified time | relevance | path

Searched refs:shiftOutStart (Results 1 – 2 of 2) 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()
/external/python/cpython3/Objects/
Dunicodeobject.c4420 Py_ssize_t shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
4437 shiftOutStart = 0; in PyUnicode_DecodeUTF7Stateful()
4522 shiftOutStart = writer.pos; in PyUnicode_DecodeUTF7Stateful()
4573 if (writer.pos != shiftOutStart && writer.maxchar > 127) { in PyUnicode_DecodeUTF7Stateful()
4575 writer.kind, writer.data, shiftOutStart); in PyUnicode_DecodeUTF7Stateful()
4581 writer.pos = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()