Lines Matching refs:inShift
4780 int inShift = 0; in PyUnicode_DecodeUTF7Stateful() local
4806 if (inShift) { /* in a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
4843 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4886 inShift = 1; in PyUnicode_DecodeUTF7Stateful()
4917 if (inShift && !consumed) { /* in shift sequence, no more to follow */ in PyUnicode_DecodeUTF7Stateful()
4919 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4937 if (inShift) { in PyUnicode_DecodeUTF7Stateful()
4976 int inShift = 0; in _PyUnicode_EncodeUTF7() local
5003 if (inShift) { in _PyUnicode_EncodeUTF7()
5011 inShift = 0; in _PyUnicode_EncodeUTF7()
5033 inShift = 1; in _PyUnicode_EncodeUTF7()
5061 if (inShift) in _PyUnicode_EncodeUTF7()