Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A Dbase64.cpp61 const int decodeTable[] = { in Base64Decode() local
93 firstChar = decodeTable[static_cast<unsigned char>(base64String[i])]; in Base64Decode()
94 secondChar = decodeTable[static_cast<unsigned char>(base64String[i + 1])]; in Base64Decode()
95 thirdChar = decodeTable[static_cast<unsigned char>(base64String[i + 2])]; in Base64Decode()
96 fourthChar = decodeTable[static_cast<unsigned char>(base64String[i + 3])]; in Base64Decode()

Completed in 1 milliseconds