Searched refs:fromBase64 (Results 1 – 3 of 3) sorted by relevance
143 fromBase64[128]={ variable316 } else if((base64Value=fromBase64[b])>=0) { in _UTF7ToUnicodeWithOffsets()555 if(fromBase64[c]!=-1) { in _UTF7FromUnicodeWithOffsets()843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
144 fromBase64[128]={ variable313 if(b>=126 || (base64Value=fromBase64[b])==-3 || base64Value==-1) { in _UTF7ToUnicodeWithOffsets()569 if(fromBase64[c]!=-1) { in _UTF7FromUnicodeWithOffsets()869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
91 this.fromBase64 = function(strBase64) { method in BinaryFile