Home
last modified time | relevance | path

Searched refs:_DoUrlDecodeChunk (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/support/
H A DUrl.cpp631 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
/haiku/headers/os/support/
H A DUrl.h110 static BString _DoUrlDecodeChunk(const BString& chunk,