Searched defs:otherDecoded (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DKURL.cpp1730 CString otherDecoded = encoding.encode(s.data() + pathEnd, s.size() - pathEnd, URLEncodedEntitiesForUnencodables); local
1732 output.resize(pathDecoded.length() + otherDecoded.length());
1734 memcpy(output.data() + pathDecoded.length(), otherDecoded.data(), otherDecoded.length());

Completed in 42 milliseconds