Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A Dbase64.cpp89 int fourthChar = 0; in Base64Decode() local
96 fourthChar = decodeTable[static_cast<unsigned char>(base64String[i + 3])]; in Base64Decode()
114 if (fourthChar == -1) { in Base64Decode()
118 decodedRes[j + 2] = (static_cast<unsigned int>(thirdChar) << 6) | static_cast<unsigned int>(fourthChar); in Base64Decode()

Completed in 1 milliseconds