Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1559 #define IS_BASE64(c) \ macro
1684 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