Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp100 uint8_t ch3 = base64Decoder[static_cast<uint8_t>(input.at(index++))]; in Decode() local
101 if (ch3 == BASE64_INVALID) { in Decode()
104 result.emplace_back((ch2 << BASE64_SHIFT) | (ch3 >> BASE64_SHIFT_HIBYTE)); in Decode()
112 result.emplace_back((ch3 << BASE64_SHIFT_LOBYTE) | ch4); in Decode()

Completed in 1 milliseconds