Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1567 #define FROM_BASE64(c) \ macro
1685 base64buffer = (base64buffer << 6) | FROM_BASE64(ch); in PyUnicode_DecodeUTF7Stateful()
1929 #undef FROM_BASE64
/external/python/cpython3/Objects/
Dunicodeobject.c4327 #define FROM_BASE64(c) \ macro
4447 base64buffer = (base64buffer << 6) | FROM_BASE64(ch); in PyUnicode_DecodeUTF7Stateful()
4719 #undef FROM_BASE64