Searched refs:strTemp (Results 1 – 2 of 2) sorted by relevance
95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString() local96 if (strTemp > 0) { in HexToString()97 chr = static_cast<char>(strTemp); in HexToString()
307 std::string strTemp = ""; in DecodeXWapAbandonHeaderValue() local309 if (!decodeBuffer.DecodeText(strTemp, length)) { in DecodeXWapAbandonHeaderValue()