Searched refs:strCode (Results 1 – 1 of 1) sorted by relevance
3996 const FX_WCHAR* strCode = L"0123456789abcdef"; in EncodeURL() local4004 strEncode[1] = strCode[iIndex]; in EncodeURL()4005 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()4019 strEncode[1] = strCode[iIndex]; in EncodeURL()4020 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()4043 strEncode[1] = strCode[iIndex]; in EncodeURL()4044 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()4048 strEncode[1] = strCode[iIndex]; in EncodeURL()4049 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()4057 FX_WCHAR tmp = strCode[ch % iRadix]; in EncodeURL()[all …]