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

/haiku/src/kits/support/
H A DUrl.cpp631 fUser = _DoUrlDecodeChunk(fUser, strict);
632 fPassword = _DoUrlDecodeChunk(fPassword, strict);
633 fHost = _DoUrlDecodeChunk(fHost, strict);
634 fFragment = _DoUrlDecodeChunk(fFragment, strict);
635 fPath = _DoUrlDecodeChunk(fPath, strict);
776 return _DoUrlDecodeChunk(url, strict);
1330 BUrl::_DoUrlDecodeChunk(const BString& chunk, bool strict) function in class:BUrl
/haiku/headers/os/support/
H A DUrl.h110 static BString _DoUrlDecodeChunk(const BString& chunk,

Completed in 100 milliseconds