Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c4781 Py_ssize_t shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
4798 shiftOutStart = 0; in PyUnicode_DecodeUTF7Stateful()
4888 shiftOutStart = writer.pos; in PyUnicode_DecodeUTF7Stateful()
4939 if (writer.pos != shiftOutStart && writer.maxchar > 127) { in PyUnicode_DecodeUTF7Stateful()
4941 writer.kind, writer.data, shiftOutStart); in PyUnicode_DecodeUTF7Stateful()
4947 writer.pos = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()