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

/external/python/cpython2/Objects/
H A Dunicodeobject.c1660 Py_UNICODE *shiftOutStart; local
1677 shiftOutStart = p;
1760 shiftOutStart = p;
1809 p = shiftOutStart; /* back off output */
/external/python/cpython3/Objects/
H A Dunicodeobject.c4548 Py_ssize_t shiftOutStart; local
4565 shiftOutStart = 0;
4650 shiftOutStart = writer.pos;
4701 if (writer.pos != shiftOutStart && writer.maxchar > 127) {
4703 writer.kind, writer.data, shiftOutStart);
4709 writer.pos = shiftOutStart; /* back off output */

Completed in 142 milliseconds