Searched refs:embeddedDotInDomain (Results 1 – 2 of 2) sorted by relevance
279 int embeddedDotInDomain = domain.indexOf('.'); in netscapeDomainMatches() local280 if (embeddedDotInDomain == 0) { in netscapeDomainMatches()281 embeddedDotInDomain = domain.indexOf('.', 1); in netscapeDomainMatches()283 … if (!isLocalDomain && (embeddedDotInDomain == -1 || embeddedDotInDomain == domain.length() - 1)) { in netscapeDomainMatches()
666 int embeddedDotInDomain = domain.indexOf('.'); in domainMatches() local667 if (embeddedDotInDomain == 0) in domainMatches()668 embeddedDotInDomain = domain.indexOf('.', 1); in domainMatches()670 && (embeddedDotInDomain == -1 || in domainMatches()671 embeddedDotInDomain == domain.length() - 1)) in domainMatches()