Searched refs:IsBase64Char (Results 1 – 2 of 2) sorted by relevance
69 bool Base64::IsBase64Char(char ch) { in IsBase64Char() function in talk_base::Base6478 if (!IsBase64Char(str.at(i))) in IsBase64Encoded()
46 static bool IsBase64Char(char ch);