Searched refs:firstDotInHost (Results 1 – 2 of 2) sorted by relevance
288 int firstDotInHost = host.indexOf('.'); in netscapeDomainMatches() local289 if (firstDotInHost == -1 && isLocalDomain) { in netscapeDomainMatches()
676 int firstDotInHost = host.indexOf('.'); in domainMatches() local677 if (firstDotInHost == -1 && in domainMatches()