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);
1393 if (!_IsHostChar(c) && c != '.') {
1459 BUrl::_IsHostChar(char c) function in class:BUrl

Completed in 55 milliseconds