Home
last modified time | relevance | path

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

/haiku/headers/os/support/
H A DUrl.h123 static bool _IsHostChar(char c);
/haiku/src/kits/support/
H A DUrl.cpp1264 authority_c, length, offset, _IsHostChar); in SetAuthority()
1393 if (!_IsHostChar(c) && c != '.') { in _IsHostValid()
1459 BUrl::_IsHostChar(char c) in _IsHostChar() function in BUrl