Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_base64.cpp32 static char encodeMap[] = {"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"}; variable
104 strEncode[i] = encodeMap[index]; in Encode()
106 strEncode[i + 1] = encodeMap[index]; in Encode()
108 strEncode[i + 2] = encodeMap[index]; // 2: the second char in Encode()
110 strEncode[i + 3] = encodeMap[index]; // 3: the third char in Encode()