Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c4711 Py_ssize_t shiftOutStart; in PyUnicode_DecodeUTF7Stateful() local
4728 shiftOutStart = 0; in PyUnicode_DecodeUTF7Stateful()
4818 shiftOutStart = writer.pos; in PyUnicode_DecodeUTF7Stateful()
4869 if (writer.pos != shiftOutStart && writer.maxchar > 127) { in PyUnicode_DecodeUTF7Stateful()
4871 writer.kind, writer.data, shiftOutStart); in PyUnicode_DecodeUTF7Stateful()
4877 writer.pos = shiftOutStart; /* back off output */ in PyUnicode_DecodeUTF7Stateful()

Completed in 17 milliseconds