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

/haiku/src/kits/support/
H A DUrl.cpp620 fUser = _DoUrlEncodeChunk(fUser, strict);
621 fPassword = _DoUrlEncodeChunk(fPassword, strict);
622 fHost = _DoUrlEncodeChunk(fHost, strict);
623 fFragment = _DoUrlEncodeChunk(fFragment, strict);
624 fPath = _DoUrlEncodeChunk(fPath, strict, true);
769 return _DoUrlEncodeChunk(url, strict, directory);
1304 BUrl::_DoUrlEncodeChunk(const BString& chunk, bool strict, bool directory) function in class:BUrl
/haiku/headers/os/support/
H A DUrl.h108 static BString _DoUrlEncodeChunk(const BString& chunk,

Completed in 28 milliseconds