Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbase64.cc71 bool Base64::IsBase64Char(char ch) { in IsBase64Char() function in rtc::Base64
92 if (!IsBase64Char(str.at(i))) in IsBase64Encoded()
Dbase64.h46 static bool IsBase64Char(char ch);