Searched refs:strTmp (Results 1 – 1 of 1) sorted by relevance
3567 WideString strTmp; in EncodeURL() local3571 strTmp += tmp; in EncodeURL()3573 strTmp += strCode[ch]; in EncodeURL()3574 int32_t iLen = strTmp.GetLength(); in EncodeURL()3581 strEncode[2] = strTmp[iLen - 1]; in EncodeURL()3584 strEncode[1] = strTmp[iLen - 1]; in EncodeURL()3585 strEncode[2] = strTmp[iLen - 2]; in EncodeURL()3590 strEncode[1] = strTmp[iIndex]; in EncodeURL()3591 strEncode[2] = strTmp[iIndex - 1]; in EncodeURL()