Searched refs:octNum (Results 1 – 1 of 1) sorted by relevance
113 int octNum = 0; in DecodeSpecialChars() local114 if (sscanf_s(subStr.c_str(), "%x", &octNum) == -1) { in DecodeSpecialChars()118 std::string convertedChar(1, static_cast<char>(octNum)); in DecodeSpecialChars()