Lines Matching refs:inShift
1659 int inShift = 0; in PyUnicode_DecodeUTF7Stateful() local
1683 if (inShift) { /* in a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
1723 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
1758 inShift = 1; in PyUnicode_DecodeUTF7Stateful()
1789 if (inShift && !consumed) { /* in shift sequence, no more to follow */ in PyUnicode_DecodeUTF7Stateful()
1791 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
1808 if (inShift) { in PyUnicode_DecodeUTF7Stateful()
1841 int inShift = 0; in PyUnicode_EncodeUTF7() local
1862 if (inShift) { in PyUnicode_EncodeUTF7()
1870 inShift = 0; in PyUnicode_EncodeUTF7()
1892 inShift = 1; in PyUnicode_EncodeUTF7()
1920 if (inShift) in PyUnicode_EncodeUTF7()