Searched refs:strTmp (Results 1 – 1 of 1) sorted by relevance
3723 CFX_WideString strTmp; in EncodeURL() local3727 strTmp += tmp; in EncodeURL()3729 strTmp += strCode[ch]; in EncodeURL()3730 int32_t iLen = strTmp.GetLength(); in EncodeURL()3737 strEncode[2] = strTmp.GetAt(iLen - 1); in EncodeURL()3740 strEncode[1] = strTmp.GetAt(iLen - 1); in EncodeURL()3741 strEncode[2] = strTmp.GetAt(iLen - 2); in EncodeURL()3746 strEncode[1] = strTmp.GetAt(iIndex); in EncodeURL()3747 strEncode[2] = strTmp.GetAt(iIndex - 1); in EncodeURL()