Searched refs:strEncode (Results 1 – 1 of 1) sorted by relevance
3507 wchar_t strEncode[4]; in EncodeURL() local3508 strEncode[0] = '%'; in EncodeURL()3509 strEncode[3] = 0; in EncodeURL()3521 strEncode[1] = strCode[iIndex]; in EncodeURL()3522 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()3523 wsResultBuf << strEncode; in EncodeURL()3536 strEncode[1] = strCode[iIndex]; in EncodeURL()3537 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()3538 wsResultBuf << strEncode; in EncodeURL()3560 strEncode[1] = strCode[iIndex]; in EncodeURL()[all …]