Searched refs:encodeMap (Results 1 – 1 of 1) sorted by relevance
32 static char encodeMap[] = {"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"}; variable104 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()