Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c4780 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()
[all …]