Searched refs:otherDecoded (Results 1 – 1 of 1) sorted by relevance
1552 …CString otherDecoded = encoding.encode(s.data() + pathEnd, s.size() - pathEnd, URLEncodedEntitiesF… in encodeRelativeString() local1554 output.resize(pathDecoded.length() + otherDecoded.length()); in encodeRelativeString()1556 memcpy(output.data() + pathDecoded.length(), otherDecoded.data(), otherDecoded.length()); in encodeRelativeString()