Searched refs:hexAsInteger (Results 1 – 1 of 1) sorted by relevance
103 auto hexAsInteger = strtol(hex, nullptr, 16); in UrlDecode() local104 unescaped << (char)hexAsInteger; in UrlDecode()
Completed in 7 milliseconds