Searched refs:convertedChar (Results 1 – 1 of 1) sorted by relevance
118 std::string convertedChar(1, static_cast<char>(octNum)); in DecodeSpecialChars() local119 …temp.replace(pos, 3, convertedChar); // 3:Replace the percent character with the corresponding char in DecodeSpecialChars()