Home
last modified time | relevance | path

Searched refs:BASE64_CHARS (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/clearplay/hdi_service/common/
H A Dbase64_utils.cpp24 static std::string BASE64_CHARS = /* NOLINT */ member
118 ret += BASE64_CHARS[idx]; in Encode()
132 ret += BASE64_CHARS[charArrayFour[i]]; in Encode()
162 charArrayFour[index] = BASE64_CHARS.find(static_cast<char>(charArrayFour[index])); in Decode()
178 i = BASE64_CHARS.find(static_cast<char>(i)); in Decode()

Completed in 1 milliseconds