Home
last modified time | relevance | path

Searched refs:inShift (Results 1 – 2 of 2) 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 …]
/external/python/cpython3/Objects/
Dunicodeobject.c4573 int inShift = 0; in PyUnicode_DecodeUTF7Stateful() local
4599 if (inShift) { /* in a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
4636 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4679 inShift = 1; in PyUnicode_DecodeUTF7Stateful()
4710 if (inShift && !consumed) { /* in shift sequence, no more to follow */ in PyUnicode_DecodeUTF7Stateful()
4712 inShift = 0; in PyUnicode_DecodeUTF7Stateful()
4730 if (inShift) { in PyUnicode_DecodeUTF7Stateful()
4769 int inShift = 0; in _PyUnicode_EncodeUTF7() local
4796 if (inShift) { in _PyUnicode_EncodeUTF7()
4804 inShift = 0; in _PyUnicode_EncodeUTF7()
[all …]