Searched refs:hexcode (Results 1 – 1 of 1) sorted by relevance
2582 char hexcode[4]; in _EncodeURIComponent() local2586 sprintf(hexcode, "%02X", (unsigned int)result[i]); in _EncodeURIComponent()2588 result.Insert(hexcode, i + 1); in _EncodeURIComponent()