Searched refs:IS_BASE64 (Results 1 – 2 of 2) sorted by relevance
1559 #define IS_BASE64(c) \ macro1684 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()1873 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()1928 #undef IS_BASE64
4319 #define IS_BASE64(c) \ macro4446 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()4648 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()4718 #undef IS_BASE64