Searched refs:strEncode (Results 1 – 1 of 1) sorted by relevance
3662 FX_WCHAR strEncode[4]; in EncodeURL() local3663 strEncode[0] = '%'; in EncodeURL()3664 strEncode[3] = 0; in EncodeURL()3677 strEncode[1] = strCode[iIndex]; in EncodeURL()3678 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()3679 wsResultBuf << strEncode; in EncodeURL()3692 strEncode[1] = strCode[iIndex]; in EncodeURL()3693 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()3694 wsResultBuf << strEncode; in EncodeURL()3716 strEncode[1] = strCode[iIndex]; in EncodeURL()[all …]