Searched refs:IS_BASE64 (Results 1 – 2 of 2) sorted by relevance
1488 #define IS_BASE64(c) \ macro1610 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()1799 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()1854 #undef IS_BASE64
1557 #define IS_BASE64(c) \ macro1679 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()1866 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()1921 #undef IS_BASE64