Searched refs:_DoUrlDecodeChunk (Results 1 – 2 of 2) sorted by relevance
631 fUser = _DoUrlDecodeChunk(fUser, strict); in UrlDecode()632 fPassword = _DoUrlDecodeChunk(fPassword, strict); in UrlDecode()633 fHost = _DoUrlDecodeChunk(fHost, strict); in UrlDecode()634 fFragment = _DoUrlDecodeChunk(fFragment, strict); in UrlDecode()635 fPath = _DoUrlDecodeChunk(fPath, strict); in UrlDecode()776 return _DoUrlDecodeChunk(url, strict); in UrlDecode()1330 BUrl::_DoUrlDecodeChunk(const BString& chunk, bool strict) in _DoUrlDecodeChunk() function in BUrl
110 static BString _DoUrlDecodeChunk(const BString& chunk,