Lines Matching refs:inShift
4419 int inShift = 0; in PyUnicode_DecodeUTF7Stateful() local
4445 if (inShift) { /* in a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
4482 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4520 inShift = 1; in PyUnicode_DecodeUTF7Stateful()
4551 if (inShift && !consumed) { /* in shift sequence, no more to follow */ in PyUnicode_DecodeUTF7Stateful()
4553 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4571 if (inShift) { in PyUnicode_DecodeUTF7Stateful()
4610 int inShift = 0; in _PyUnicode_EncodeUTF7() local
4637 if (inShift) { in _PyUnicode_EncodeUTF7()
4645 inShift = 0; in _PyUnicode_EncodeUTF7()
4667 inShift = 1; in _PyUnicode_EncodeUTF7()
4695 if (inShift) in _PyUnicode_EncodeUTF7()