Home
last modified time | relevance | path

Searched refs:inShift (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c1659 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()
[all …]