Searched refs:base64DecodeInternal (Results 1 – 2 of 2) sorted by relevance
143 static inline bool base64DecodeInternal(const T* data, unsigned len, Vector<char>& out, Base64Decod… in base64DecodeInternal() function204 return base64DecodeInternal<char>(data, len, out, policy); in base64Decode()209 return base64DecodeInternal<UChar>(in.characters(), in.length(), out, policy); in base64Decode()
40137 (WebCore::base64DecodeInternal):